'Declaration Public Function New( _ ByVal name As String, _ ByVal abbr As String, _ ByVal metersPerUnit As Double _ )
'Declaration
Public Function New( _ ByVal name As String, _ ByVal abbr As String, _ ByVal metersPerUnit As Double _ )
public MapUnit( string name, string abbr, double metersPerUnit )
MapUnit Class MapUnit Members