C# 클래스 ParsingExpressionTrees.MyClass

파일 보기 프로젝트 열기: TelerikAcademy/TelerikAcademyPlus

공개 메소드들

메소드 설명
MyClass ( )
MyClass ( int a, string b )
SomeMethod ( ) : int
SomeMethodWithClass ( MyClass cl ) : int
SomeMethodWithMultipleParameters ( int a, string b, MyClass cl ) : int
SomeMethodWithParam ( int id ) : int
StaticMethod ( ) : void

메소드 상세

MyClass() 공개 메소드

public MyClass ( )

MyClass() 공개 메소드

public MyClass ( int a, string b )
a int
b string

SomeMethod() 공개 메소드

public SomeMethod ( ) : int
리턴 int

SomeMethodWithClass() 공개 메소드

public SomeMethodWithClass ( MyClass cl ) : int
cl MyClass
리턴 int

SomeMethodWithMultipleParameters() 공개 메소드

public SomeMethodWithMultipleParameters ( int a, string b, MyClass cl ) : int
a int
b string
cl MyClass
리턴 int

SomeMethodWithParam() 공개 메소드

public SomeMethodWithParam ( int id ) : int
id int
리턴 int

StaticMethod() 공개 정적인 메소드

public static StaticMethod ( ) : void
리턴 void