Public Property Length As Nullable(Of Integer)
Dim instance As Field Dim value As Nullable(Of Integer) instance.Length = value value = instance.Length
public Nullable<int> Length {get; set;}
public: __property Nullable<int> get_Length(); public: __property void set_Length( Nullable<int> value );
public: property Nullable<int> Length { Nullable<int> get(); void set ( Nullable<int> value); }