C# 클래스 AbstractToYield.CanBeExtended

상속: MustBeExtended
파일 보기 프로젝트 열기: dahlbyk/Presentations

공개 메소드들

메소드 설명
CanBeExtended ( )
CanBeExtended ( int value )
CanHazARef ( string &thing ) : void
CanHazAnOut ( string &thing ) : void
GetHashCode ( ) : int
Test ( ) : void
ToString ( ) : string

메소드 상세

CanBeExtended() 공개 메소드

public CanBeExtended ( )

CanBeExtended() 공개 메소드

public CanBeExtended ( int value )
value int

CanHazARef() 공개 메소드

public CanHazARef ( string &thing ) : void
thing string
리턴 void

CanHazAnOut() 공개 메소드

public CanHazAnOut ( string &thing ) : void
thing string
리턴 void

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

Test() 공개 메소드

public Test ( ) : void
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string