Method | Description | |
---|---|---|
ActionCollection ( ) : System | ||
Add ( Action action ) : void | ||
Contains ( Action action ) : bool | ||
CopyTo ( Action array, int index ) : void | ||
Insert ( int i, Action action ) : void | ||
Remove ( Action action ) : void | ||
this ( int n ) : Action |
Method | Description | |
---|---|---|
OnInsertComplete ( int index, object val ) : void | ||
OnRemoveComplete ( int index, object val ) : void | ||
OnSetComplete ( int index, object oldv, object newv ) : void |
Method | Description | |
---|---|---|
ActionCollection ( |
public CopyTo ( Action array, int index ) : void | ||
array | Action | |
index | int | |
return | void |
public Insert ( int i, Action action ) : void | ||
i | int | |
action | Action | |
return | void |
protected OnInsertComplete ( int index, object val ) : void | ||
index | int | |
val | object | |
return | void |
protected OnRemoveComplete ( int index, object val ) : void | ||
index | int | |
val | object | |
return | void |
protected OnSetComplete ( int index, object oldv, object newv ) : void | ||
index | int | |
oldv | object | |
newv | object | |
return | void |