MemberDescriptor::CreateAttributeCollection Method ()
.NET Framework (current version)
Creates a collection of attributes using the array of attributes passed to the constructor.
Assembly: System (in System.dll)
Return Value
Type: System.ComponentModel::AttributeCollection^A new AttributeCollection that contains the AttributeArray attributes.
This method is called from the Attributes property when there is no AttributeCollection for this member. If there are no attributes in the AttributeArray, this will return an empty AttributeCollection.
.NET Framework
Available since 1.1
Available since 1.1
Show: