C# Class RecordConstructor.Sample

显示文件 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