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