C# Class Test.Person

Afficher le fichier Open project: buunguyen/bike Class Usage Examples

Méthodes publiques

Свойство Type Description
action Test.Op
staticAction Test.Op

Méthodes publiques

Méthode 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 méthode

public AddDelegate ( Test.Op op ) : void
op Test.Op
Résultat void

AddEvent() public méthode

public AddEvent ( Test.Op op ) : void
op Test.Op
Résultat void

AssignDelegate() public méthode

public AssignDelegate ( Test.Op op ) : void
op Test.Op
Résultat void

Bounce() public méthode

public Bounce ( object args ) : object[]
args object
Résultat object[]

Person() public méthode

public Person ( )

Person() public méthode

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

RunEvent() public méthode

public RunEvent ( int arg ) : object
arg int
Résultat object

StaticAddDelegate() public static méthode

public static StaticAddDelegate ( Test.Op op ) : void
op Test.Op
Résultat void

StaticAddEvent() public static méthode

public static StaticAddEvent ( Test.Op op ) : void
op Test.Op
Résultat void

StaticAssignDelegate() public static méthode

public static StaticAssignDelegate ( Test.Op op ) : void
op Test.Op
Résultat void

StaticRunEvent() public static méthode

public static StaticRunEvent ( int arg ) : object
arg int
Résultat object

TakeArray() public méthode

public TakeArray ( Person args ) : bool
args Person
Résultat bool

TakeArray() public méthode

public TakeArray ( char args ) : bool
args char
Résultat bool

TakeArray() public méthode

public TakeArray ( int args ) : bool
args int
Résultat bool

TakeDecimal() public méthode

public TakeDecimal ( decimal d ) : decimal
d decimal
Résultat decimal

TakeNumber() public méthode

public TakeNumber ( int i ) : int
i int
Résultat int

ToString() public méthode

public ToString ( ) : string
Résultat string

this() public méthode

public this ( string name, int age ) : bool
name string
age int
Résultat bool

Property Details

action public_oe property

public Op,Test action
Résultat Test.Op

staticAction public_oe static_oe property

public static Op,Test staticAction
Résultat Test.Op