C# Class Stetic.Wrapper.ActionTreeNodeCollection

Inheritance: System.Collections.CollectionBase
Exibir arquivo Open project: mono/stetic Class Usage Examples

Public Methods

Method 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

Protected Methods

Method 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 method

public ActionTreeNodeCollection ( ActionTreeNode parent ) : System
parent ActionTreeNode
return System

Add() public method

public Add ( ActionTreeNode node ) : void
node ActionTreeNode
return void

IndexOf() public method

public IndexOf ( ActionTreeNode node ) : int
node ActionTreeNode
return int

Insert() public method

public Insert ( int index, ActionTreeNode node ) : void
index int
node ActionTreeNode
return void

OnInsertComplete() protected method

protected OnInsertComplete ( int index, object val ) : void
index int
val object
return void

OnRemoveComplete() protected method

protected OnRemoveComplete ( int index, object val ) : void
index int
val object
return void

OnSetComplete() protected method

protected OnSetComplete ( int index, object oldv, object newv ) : void
index int
oldv object
newv object
return void

Remove() public method

public Remove ( ActionTreeNode node ) : void
node ActionTreeNode
return void

this() public method

public this ( int n ) : ActionTreeNode
n int
return ActionTreeNode