C# 클래스 System.Windows.Forms.TreeNodeCollection

상속: IList, ICollection, IEnumerable
파일 보기 프로젝트 열기: Meragon/Unity-WinForms 1 사용 예제들

Private Properties

프로퍼티 타입 설명
AddInternal int
IList bool
IList int
IList void
IList void
IsValidIndex bool
TreeNodeCollection System
UpdateIndexes void
this objectIList.System

공개 메소드들

메소드 설명
Add ( string text ) : TreeNode
Add ( string key, string text ) : TreeNode
Add ( TreeNode node ) : int
AddRange ( TreeNode nodes ) : void
Clear ( ) : void
Contains ( TreeNode node ) : bool
CopyTo ( Array dest, int index ) : void
GetEnumerator ( ) : IEnumerator
IndexOf ( TreeNode node ) : int
IndexOfKey ( string key ) : int
Insert ( int index, TreeNode node ) : void
Remove ( TreeNode node ) : void
RemoveAt ( int index ) : void
SafeCompareStrings ( string string1, string string2, bool ignoreCase ) : bool
this ( int index ) : TreeNode
this ( string key ) : TreeNode

비공개 메소드들

메소드 설명
AddInternal ( TreeNode node, int delta ) : int
IList ( object node ) : bool
IList ( object node ) : int
IList ( int index, object node ) : void
IList ( object node ) : void
IsValidIndex ( int index ) : bool
TreeNodeCollection ( TreeNode owner ) : System
UpdateIndexes ( ) : void
this ( int index ) : objectIList.System

메소드 상세

Add() 공개 메소드

public Add ( string text ) : TreeNode
text string
리턴 TreeNode

Add() 공개 메소드

public Add ( string key, string text ) : TreeNode
key string
text string
리턴 TreeNode

Add() 공개 메소드

public Add ( TreeNode node ) : int
node TreeNode
리턴 int

AddRange() 공개 메소드

public AddRange ( TreeNode nodes ) : void
nodes TreeNode
리턴 void

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Contains() 공개 메소드

public Contains ( TreeNode node ) : bool
node TreeNode
리턴 bool

CopyTo() 공개 메소드

public CopyTo ( Array dest, int index ) : void
dest System.Array
index int
리턴 void

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : IEnumerator
리턴 IEnumerator

IndexOf() 공개 메소드

public IndexOf ( TreeNode node ) : int
node TreeNode
리턴 int

IndexOfKey() 공개 메소드

public IndexOfKey ( string key ) : int
key string
리턴 int

Insert() 공개 메소드

public Insert ( int index, TreeNode node ) : void
index int
node TreeNode
리턴 void

Remove() 공개 메소드

public Remove ( TreeNode node ) : void
node TreeNode
리턴 void

RemoveAt() 공개 메소드

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

SafeCompareStrings() 공개 정적인 메소드

public static SafeCompareStrings ( string string1, string string2, bool ignoreCase ) : bool
string1 string
string2 string
ignoreCase bool
리턴 bool

this() 공개 메소드

public this ( int index ) : TreeNode
index int
리턴 TreeNode

this() 공개 메소드

public this ( string key ) : TreeNode
key string
리턴 TreeNode