C# 클래스 Stetic.Wrapper.ActionTreeNodeCollection

상속: System.Collections.CollectionBase
파일 보기 프로젝트 열기: mono/stetic 1 사용 예제들

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
OnInsertComplete ( int index, object val ) : void
OnRemoveComplete ( int index, object val ) : void
OnSetComplete ( int index, object oldv, object newv ) : void

메소드 상세

ActionTreeNodeCollection() 공개 메소드

public ActionTreeNodeCollection ( ActionTreeNode parent ) : System
parent ActionTreeNode
리턴 System

Add() 공개 메소드

public Add ( ActionTreeNode node ) : void
node ActionTreeNode
리턴 void

IndexOf() 공개 메소드

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

Insert() 공개 메소드

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

OnInsertComplete() 보호된 메소드

protected OnInsertComplete ( int index, object val ) : void
index int
val object
리턴 void

OnRemoveComplete() 보호된 메소드

protected OnRemoveComplete ( int index, object val ) : void
index int
val object
리턴 void

OnSetComplete() 보호된 메소드

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

Remove() 공개 메소드

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

this() 공개 메소드

public this ( int n ) : ActionTreeNode
n int
리턴 ActionTreeNode