C# 클래스 CSharp7.Deconstructable

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

공개 메소드들

메소드 설명
Deconstruct ( int &x, string &message ) : void

비공개 메소드들

메소드 설명
Deconstruct ( int &x, string &message, Exception &e ) : void

메소드 상세

Deconstruct() 공개 메소드

public Deconstruct ( int &x, string &message ) : void
x int
message string
리턴 void