C# Class Stetic.Wrapper.ActionTreeNodeCollection

Inheritance: System.Collections.CollectionBase
Afficher le fichier Open project: mono/stetic Class Usage Examples

Méthodes publiques

Méthode Description
ActionTreeNodeCollection ( ActionTreeNode parent ) : System
Add ( ActionTreeNode node ) : void
IndexOf ( ActionTreeNode node ) : int
Insert ( int index, ActionTreeNode node ) : void
Remove ( ActionTreeNode node ) : void
this ( int n ) : ActionTreeNode

Méthodes protégées

Méthode Description
OnInsertComplete ( int index, object val ) : void
OnRemoveComplete ( int index, object val ) : void
OnSetComplete ( int index, object oldv, object newv ) : void

Method Details

ActionTreeNodeCollection() public méthode

public ActionTreeNodeCollection ( ActionTreeNode parent ) : System
parent ActionTreeNode
Résultat System

Add() public méthode

public Add ( ActionTreeNode node ) : void
node ActionTreeNode
Résultat void

IndexOf() public méthode

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

Insert() public méthode

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

OnInsertComplete() protected méthode

protected OnInsertComplete ( int index, object val ) : void
index int
val object
Résultat void

OnRemoveComplete() protected méthode

protected OnRemoveComplete ( int index, object val ) : void
index int
val object
Résultat void

OnSetComplete() protected méthode

protected OnSetComplete ( int index, object oldv, object newv ) : void
index int
oldv object
newv object
Résultat void

Remove() public méthode

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

this() public méthode

public this ( int n ) : ActionTreeNode
n int
Résultat ActionTreeNode