C# Class こう書かなきゃいけない.Point

Afficher le fichier Open project: ufcpp/UfcppSample

Méthodes publiques

Méthode Description
Deconstruct ( int &x, int &y ) : void
Point ( int x, int y ) : System

Method Details

Deconstruct() public méthode

public Deconstruct ( int &x, int &y ) : void
x int
y int
Résultat void

Point() public méthode

public Point ( int x, int y ) : System
x int
y int
Résultat System