C# Class Foobricator.Sources.TupleValue

Inheritance: ISource, IDebugInfoProvider
Afficher le fichier Open project: geoffles/Foobricator

Méthodes publiques

Свойство Type Description
Index int
Source ISource

Méthodes publiques

Méthode Description
GetItem ( ) : object

Gets the object at Index for the Source list. From Foobricator.Sources.ISource

TupleValue ( DataReference reference, int index ) : System.Collections.Generic
TupleValue ( ISource sourceList, int index ) : System.Collections.Generic

Method Details

GetItem() public méthode

Gets the object at Index for the Source list. From Foobricator.Sources.ISource
public GetItem ( ) : object
Résultat object

TupleValue() public méthode

public TupleValue ( DataReference reference, int index ) : System.Collections.Generic
reference Foobricator.Tools.DataReference
index int
Résultat System.Collections.Generic

TupleValue() public méthode

public TupleValue ( ISource sourceList, int index ) : System.Collections.Generic
sourceList ISource
index int
Résultat System.Collections.Generic

Property Details

Index public_oe property

public int Index
Résultat int

Source public_oe property

public ISource Source
Résultat ISource