Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
RecordConstructor
Sample
C# Class RecordConstructor.Sample
Datei anzeigen
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