'Declaration
Public ReadOnly Property StepNumber As Nullable(Of Integer)
public Nullable<int> StepNumber {get;}
public: property Nullable<int> StepNumber { Nullable<int> get(); }
'Declaration
Public ReadOnly Property StepNumber As Nullable(Of Integer)
public Nullable<int> StepNumber {get;}
public: property Nullable<int> StepNumber { Nullable<int> get(); }