'DeclarationPublic Property IgnoredAttributeGroups As List(Of UShort)
'UsageDim instance As ReadBehaviours Dim value As List(Of UShort) instance.IgnoredAttributeGroups = value value = instance.IgnoredAttributeGroups
public List<ushort> IgnoredAttributeGroups {get; set;}
public: property List<ushort>^ IgnoredAttributeGroups { List<ushort>^ get(); void set ( List<ushort>^ value); }