C# 클래스 ItemsWrapper, code

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

공개 메소드들

메소드 설명
Add ( item ) : void
ItemsWrapper ( IList baseItems )
this ( int index ) : MyExtendedTreeViewItem,

메소드 상세

Add() 공개 메소드

public Add ( item ) : void
리턴 void

ItemsWrapper() 공개 메소드

public ItemsWrapper ( IList baseItems )
baseItems IList

this() 공개 메소드

public this ( int index ) : MyExtendedTreeViewItem,
index int
리턴 MyExtendedTreeViewItem,