C# Class Foobricator.Sources.TupleValue

Inheritance: ISource, IDebugInfoProvider
Datei anzeigen Open project: geoffles/Foobricator

Public Properties

Property Type Description
Index int
Source ISource

Public Methods

Method 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 method

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

TupleValue() public method

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

TupleValue() public method

public TupleValue ( ISource sourceList, int index ) : System.Collections.Generic
sourceList ISource
index int
return System.Collections.Generic

Property Details

Index public_oe property

public int Index
return int

Source public_oe property

public ISource Source
return ISource