System.ComponentModel.MemberDescriptor.CreateAttributeCollection C# (CSharp) Method

CreateAttributeCollection() protected method

Creates a collection of attributes using the array of attributes that you passed to the constructor.

protected CreateAttributeCollection ( ) : AttributeCollection
return AttributeCollection
        protected virtual AttributeCollection CreateAttributeCollection()
        {
            return new AttributeCollection(AttributeArray);
        }