C# 클래스 PowerArgs.Cli.CollectionDataView

파일 보기 프로젝트 열기: adamabdelhamed/PowerArgs

공개 메소드들

메소드 설명
CollectionDataView ( List items, bool isCompletelyLoaded, bool isEndOfData, int rowOffset ) : System.Collections.Generic
IsLastKnownItem ( object item ) : bool

메소드 상세

CollectionDataView() 공개 메소드

public CollectionDataView ( List items, bool isCompletelyLoaded, bool isEndOfData, int rowOffset ) : System.Collections.Generic
items List
isCompletelyLoaded bool
isEndOfData bool
rowOffset int
리턴 System.Collections.Generic

IsLastKnownItem() 공개 메소드

public IsLastKnownItem ( object item ) : bool
item object
리턴 bool