C# 클래스 MyCollection2, code

상속: Collection
파일 보기 프로젝트 열기: shendongnian/code 1 사용 예제들

공개 메소드들

메소드 설명
MyCollection2 ( Func, validate, parentInstance )

보호된 메소드들

메소드 설명
ClearItems ( ) : void
InsertItem ( int index, item ) : void
RemoveItem ( int index ) : void
SetItem ( int index, item ) : void

메소드 상세

ClearItems() 보호된 메소드

protected ClearItems ( ) : void
리턴 void

InsertItem() 보호된 메소드

protected InsertItem ( int index, item ) : void
index int
리턴 void

MyCollection2() 공개 메소드

public MyCollection2 ( Func, validate, parentInstance )
validate Func,

RemoveItem() 보호된 메소드

protected RemoveItem ( int index ) : void
index int
리턴 void

SetItem() 보호된 메소드

protected SetItem ( int index, item ) : void
index int
리턴 void