C# Class UnsafeCode.PointRef

Exibir arquivo Open project: Apress/pro-c-sharp-9-w-.net-core-5 Class Usage Examples

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_oe property

public int x
return int

y public_oe property

public int y
return int