C# 클래스 CreatingExpressionTrees.MyClass

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

공개 메소드들

메소드 설명
MyClass ( )
MyClass ( int number )
SomeMethod ( ) : int
SomeMethodWithParams ( int first, AnotherClass second ) : int

메소드 상세

MyClass() 공개 메소드

public MyClass ( )

MyClass() 공개 메소드

public MyClass ( int number )
number int

SomeMethod() 공개 메소드

public SomeMethod ( ) : int
리턴 int

SomeMethodWithParams() 공개 메소드

public SomeMethodWithParams ( int first, AnotherClass second ) : int
first int
second AnotherClass
리턴 int