'Declaration Public Property Col As Integer
'Declaration
Public Property Col As Integer
'Usage Dim instance As TriCoord Dim value As Integer instance.Col = value value = instance.Col
'Usage
Dim instance As TriCoord Dim value As Integer instance.Col = value value = instance.Col
public int Col {get; set;}
TriCoord Class TriCoord Members