C# Class RefReturns.ValueTypePassedByReference.Point

Show file Open project: ufcpp/UfcppSample

Public Properties

Property Type Description
X int
Y int

Public Methods

Method Description
ToString ( ) : string

Method Details

ToString() public method

public ToString ( ) : string
return string

Property Details

X public property

public int X
return int

Y public property

public int Y
return int