C# 클래스 KnockoutCS.Impl.CollectionItem

상속: IDisposable
파일 보기 프로젝트 열기: michaellperry/KnockoutCS

공개 메소드들

메소드 설명
CollectionItem ( ObservableCollection collection, object item, bool inCollection ) : System
Dispose ( ) : void
EnsureInCollection ( int index ) : void
Equals ( object obj ) : bool
GetHashCode ( ) : int

메소드 상세

CollectionItem() 공개 메소드

public CollectionItem ( ObservableCollection collection, object item, bool inCollection ) : System
collection ObservableCollection
item object
inCollection bool
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

EnsureInCollection() 공개 메소드

public EnsureInCollection ( int index ) : void
index int
리턴 void

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int