C# 클래스 こう書かなきゃいけない.Point

파일 보기 프로젝트 열기: ufcpp/UfcppSample

공개 메소드들

메소드 설명
Deconstruct ( int &x, int &y ) : void
Point ( int x, int y ) : System

메소드 상세

Deconstruct() 공개 메소드

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

Point() 공개 메소드

public Point ( int x, int y ) : System
x int
y int
리턴 System