Свойство | Тип | Описание | |
---|---|---|---|
action | Test.Op | ||
staticAction | Test.Op |
Метод | Описание | |
---|---|---|
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 ( |
||
TakeArray ( char args ) : bool | ||
TakeArray ( int args ) : bool | ||
TakeDecimal ( decimal d ) : decimal | ||
TakeNumber ( int i ) : int | ||
ToString ( ) : string | ||
this ( string name, int age ) : bool |
public AssignDelegate ( Test.Op op ) : void | ||
op | Test.Op | |
Результат | void |
public Person ( string name, int age, string dogName ) | ||
name | string | |
age | int | |
dogName | string |
public static StaticAddDelegate ( Test.Op op ) : void | ||
op | Test.Op | |
Результат | void |
public static StaticAddEvent ( Test.Op op ) : void | ||
op | Test.Op | |
Результат | void |
public static StaticAssignDelegate ( Test.Op op ) : void | ||
op | Test.Op | |
Результат | void |
public static StaticRunEvent ( int arg ) : object | ||
arg | int | |
Результат | object |
public TakeDecimal ( decimal d ) : decimal | ||
d | decimal | |
Результат | decimal |
public this ( string name, int age ) : bool | ||
name | string | |
age | int | |
Результат | bool |