C# 클래스 Dev2.Data.Binary_Objects.ListOfIndex

파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf 1 사용 예제들

공개 메소드들

메소드 설명
Contains ( int idx ) : bool
Count ( ) : int
FetchIterator ( ) : IIndexIterator
GetMaxIndex ( ) : int
GetMinIndex ( ) : int
ListOfIndex ( List indexes ) : System

비공개 메소드들

메소드 설명
ListOfIndex ( ) : System

메소드 상세

Contains() 공개 메소드

public Contains ( int idx ) : bool
idx int
리턴 bool

Count() 공개 메소드

public Count ( ) : int
리턴 int

FetchIterator() 공개 메소드

public FetchIterator ( ) : IIndexIterator
리턴 IIndexIterator

GetMaxIndex() 공개 메소드

public GetMaxIndex ( ) : int
리턴 int

GetMinIndex() 공개 메소드

public GetMinIndex ( ) : int
리턴 int

ListOfIndex() 공개 메소드

public ListOfIndex ( List indexes ) : System
indexes List
리턴 System