[JsonIgnoreAttribute] public Nullable<int> Shape { get; set; }
<JsonIgnoreAttribute> _ Public Property Shape As Nullable(Of Integer) Get Set
[JsonIgnoreAttribute] public: property Nullable<int^> Shape { Nullable<int^> get (); void set (Nullable<int^> value); }