C# Класс Foobricator.Sources.TupleValue

Наследование: ISource, IDebugInfoProvider
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
Index int
Source ISource

Открытые методы

Метод Описание
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

Описание методов

GetItem() публичный Метод

Gets the object at Index for the Source list. From Foobricator.Sources.ISource
public GetItem ( ) : object
Результат object

TupleValue() публичный Метод

public TupleValue ( DataReference reference, int index ) : System.Collections.Generic
reference Foobricator.Tools.DataReference
index int
Результат System.Collections.Generic

TupleValue() публичный Метод

public TupleValue ( ISource sourceList, int index ) : System.Collections.Generic
sourceList ISource
index int
Результат System.Collections.Generic

Описание свойств

Index публичное свойство

public int Index
Результат int

Source публичное свойство

public ISource Source
Результат ISource