C# 클래스 Foobricator.Sources.TupleValue

상속: ISource, IDebugInfoProvider
파일 보기 프로젝트 열기: geoffles/Foobricator

공개 프로퍼티들

프로퍼티 타입 설명
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