'Declaration <DataMemberAttribute()> Public Property Comments As Dictionary(Of Integer,Comment())
'Usage Dim instance As DataSamples(Of T) Dim value As Dictionary(Of Integer,Comment()) instance.Comments = value value = instance.Comments
[DataMember()] public Dictionary<int,Comment[]> Comments {get; set;}
[DataMember()] public: property Dictionary<int,array<Comment^>>^ Comments { Dictionary<int,array<Comment^>>^ get(); void set ( Dictionary<int,array<Comment^>>^ value); }