C# 클래스 Test.Person

파일 보기 프로젝트 열기: buunguyen/bike 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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 ( 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

메소드 상세

AddDelegate() 공개 메소드

public AddDelegate ( Test.Op op ) : void
op Test.Op
리턴 void

AddEvent() 공개 메소드

public AddEvent ( Test.Op op ) : void
op Test.Op
리턴 void

AssignDelegate() 공개 메소드

public AssignDelegate ( Test.Op op ) : void
op Test.Op
리턴 void

Bounce() 공개 메소드

public Bounce ( object args ) : object[]
args object
리턴 object[]

Person() 공개 메소드

public Person ( )

Person() 공개 메소드

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

RunEvent() 공개 메소드

public RunEvent ( int arg ) : object
arg int
리턴 object

StaticAddDelegate() 공개 정적인 메소드

public static StaticAddDelegate ( Test.Op op ) : void
op Test.Op
리턴 void

StaticAddEvent() 공개 정적인 메소드

public static StaticAddEvent ( Test.Op op ) : void
op Test.Op
리턴 void

StaticAssignDelegate() 공개 정적인 메소드

public static StaticAssignDelegate ( Test.Op op ) : void
op Test.Op
리턴 void

StaticRunEvent() 공개 정적인 메소드

public static StaticRunEvent ( int arg ) : object
arg int
리턴 object

TakeArray() 공개 메소드

public TakeArray ( Person args ) : bool
args Person
리턴 bool

TakeArray() 공개 메소드

public TakeArray ( char args ) : bool
args char
리턴 bool

TakeArray() 공개 메소드

public TakeArray ( int args ) : bool
args int
리턴 bool

TakeDecimal() 공개 메소드

public TakeDecimal ( decimal d ) : decimal
d decimal
리턴 decimal

TakeNumber() 공개 메소드

public TakeNumber ( int i ) : int
i int
리턴 int

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

this() 공개 메소드

public this ( string name, int age ) : bool
name string
age int
리턴 bool

프로퍼티 상세

action 공개적으로 프로퍼티

public Op,Test action
리턴 Test.Op

staticAction 공개적으로 정적으로 프로퍼티

public static Op,Test staticAction
리턴 Test.Op