public Nullable<Trait>[] Attributes { get; set; }
Public Property Attributes As Nullable(Of Trait)() Get Set
public: property array<Nullable<Trait^>>^ Attributes { array<Nullable<Trait^>>^ get (); void set (array<Nullable<Trait^>>^ value); }