'Declaration
Public ReadOnly Property Integer As Nullable(Of Decimal)
'Usage
Dim instance As GcNumber Dim value As Nullable(Of Decimal) value = instance.Integer
public Nullable<decimal> Integer {get;}
'Declaration
Public ReadOnly Property Integer As Nullable(Of Decimal)
'Usage
Dim instance As GcNumber Dim value As Nullable(Of Decimal) value = instance.Integer
public Nullable<decimal> Integer {get;}