System.ComponentModel.TypeDescriptor.AttributeProvider.AttributeTypeDescriptor.AttributeTypeDescriptor C# (CSharp) Method

AttributeTypeDescriptor() private method

Creates a new custom type descriptor that can merge the provided set of attributes with the existing set.
private AttributeTypeDescriptor ( Attribute attrs, ICustomTypeDescriptor parent ) : System.Collections
attrs System.Attribute
parent ICustomTypeDescriptor
return System.Collections
                internal AttributeTypeDescriptor(Attribute[] attrs, ICustomTypeDescriptor parent) : base(parent)
                {
                    _attributeArray = attrs;
                }
TypeDescriptor.AttributeProvider.AttributeTypeDescriptor