'Declaration Public Shared Function Add( _ ByVal unit1 As Length, _ ByVal unit2 As Length _ ) As Length
public static Length Add( Length unit1, Length unit2 )
var length1 = new Length("1in"); var length2 = new Length("2in"); var result = Length.Add(length1, length2); // 3in
Length Structure Length Members