C# Class System.Windows.Forms.TreeNodeCollection

Inheritance: IList, ICollection, IEnumerable
Afficher le fichier Open project: Meragon/Unity-WinForms Class Usage Examples

Private Properties

Свойство Type Description
AddInternal int
IList bool
IList int
IList void
IList void
IsValidIndex bool
TreeNodeCollection System
UpdateIndexes void
this objectIList.System

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
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

Method Details

Add() public méthode

public Add ( string text ) : TreeNode
text string
Résultat TreeNode

Add() public méthode

public Add ( string key, string text ) : TreeNode
key string
text string
Résultat TreeNode

Add() public méthode

public Add ( TreeNode node ) : int
node TreeNode
Résultat int

AddRange() public méthode

public AddRange ( TreeNode nodes ) : void
nodes TreeNode
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

Contains() public méthode

public Contains ( TreeNode node ) : bool
node TreeNode
Résultat bool

CopyTo() public méthode

public CopyTo ( Array dest, int index ) : void
dest System.Array
index int
Résultat void

GetEnumerator() public méthode

public GetEnumerator ( ) : IEnumerator
Résultat IEnumerator

IndexOf() public méthode

public IndexOf ( TreeNode node ) : int
node TreeNode
Résultat int

IndexOfKey() public méthode

public IndexOfKey ( string key ) : int
key string
Résultat int

Insert() public méthode

public Insert ( int index, TreeNode node ) : void
index int
node TreeNode
Résultat void

Remove() public méthode

public Remove ( TreeNode node ) : void
node TreeNode
Résultat void

RemoveAt() public méthode

public RemoveAt ( int index ) : void
index int
Résultat void

SafeCompareStrings() public static méthode

public static SafeCompareStrings ( string string1, string string2, bool ignoreCase ) : bool
string1 string
string2 string
ignoreCase bool
Résultat bool

this() public méthode

public this ( int index ) : TreeNode
index int
Résultat TreeNode

this() public méthode

public this ( string key ) : TreeNode
key string
Résultat TreeNode