Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
RecordConstructor
Sample
C# Class RecordConstructor.Sample
Mostrar archivo
Open project: ufcpp/UfcppSample
Class Usage Examples
Public Methods
Method
Description
Sample
(
int
x
= default(int),
int
y
= default(int) )
Record Constructor
Method Details
Sample()
public
method
Record Constructor
public
Sample
(
int
x
= default(int),
int
y
= default(int) )
x
int
y
int