C# Class Stetic.Wrapper.ActionCollection

Inheritance: System.Collections.CollectionBase
Show file Open project: mono/stetic Class Usage Examples

Public Methods

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

Protected Methods

Method Description
OnInsertComplete ( int index, object val ) : void
OnRemoveComplete ( int index, object val ) : void
OnSetComplete ( int index, object oldv, object newv ) : void

Private Methods

Method Description
ActionCollection ( ActionGroup group ) : System

Method Details

ActionCollection() public method

public ActionCollection ( ) : System
return System

Add() public method

public Add ( Action action ) : void
action Action
return void

Contains() public method

public Contains ( Action action ) : bool
action Action
return bool

CopyTo() public method

public CopyTo ( Action array, int index ) : void
array Action
index int
return void

Insert() public method

public Insert ( int i, Action action ) : void
i int
action Action
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 ( Action action ) : void
action Action
return void

this() public method

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