C# Class Test.Person

Show file Open project: buunguyen/bike Class Usage Examples

Public Properties

Property Type Description
action Test.Op
staticAction Test.Op

Public Methods

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

Method Details

AddDelegate() public method

public AddDelegate ( Test.Op op ) : void
op Test.Op
return void

AddEvent() public method

public AddEvent ( Test.Op op ) : void
op Test.Op
return void

AssignDelegate() public method

public AssignDelegate ( Test.Op op ) : void
op Test.Op
return void

Bounce() public method

public Bounce ( object args ) : object[]
args object
return object[]

Person() public method

public Person ( )

Person() public method

public Person ( string name, int age, string dogName )
name string
age int
dogName string

RunEvent() public method

public RunEvent ( int arg ) : object
arg int
return object

StaticAddDelegate() public static method

public static StaticAddDelegate ( Test.Op op ) : void
op Test.Op
return void

StaticAddEvent() public static method

public static StaticAddEvent ( Test.Op op ) : void
op Test.Op
return void

StaticAssignDelegate() public static method

public static StaticAssignDelegate ( Test.Op op ) : void
op Test.Op
return void

StaticRunEvent() public static method

public static StaticRunEvent ( int arg ) : object
arg int
return object

TakeArray() public method

public TakeArray ( Person args ) : bool
args Person
return bool

TakeArray() public method

public TakeArray ( char args ) : bool
args char
return bool

TakeArray() public method

public TakeArray ( int args ) : bool
args int
return bool

TakeDecimal() public method

public TakeDecimal ( decimal d ) : decimal
d decimal
return decimal

TakeNumber() public method

public TakeNumber ( int i ) : int
i int
return int

ToString() public method

public ToString ( ) : string
return string

this() public method

public this ( string name, int age ) : bool
name string
age int
return bool

Property Details

action public property

public Op,Test action
return Test.Op

staticAction public static property

public static Op,Test staticAction
return Test.Op