Method |
Description |
|
AddDelegate ( Test.Op op ) : void |
|
|
AddEvent ( Test.Op op ) : void |
|
|
AssignDelegate ( Test.Op op ) : void |
|
|
Bounce ( object args ) : object[] |
|
|
Person ( ) |
|
|
Person ( string name, int age, string dogName ) |
|
|
RunEvent ( int arg ) : object |
|
|
StaticAddDelegate ( Test.Op op ) : void |
|
|
StaticAddEvent ( Test.Op op ) : void |
|
|
StaticAssignDelegate ( Test.Op op ) : void |
|
|
StaticRunEvent ( int arg ) : object |
|
|
TakeArray ( Person args ) : bool |
|
|
TakeArray ( char args ) : bool |
|
|
TakeArray ( int args ) : bool |
|
|
TakeDecimal ( decimal d ) : decimal |
|
|
TakeNumber ( int i ) : int |
|
|
ToString ( ) : string |
|
|
this ( string name, int age ) : bool |
|
|