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

AttributeProvider() private method

Creates a new attribute provider.
private AttributeProvider ( TypeDescriptionProvider existingProvider ) : System.Collections
existingProvider TypeDescriptionProvider
return System.Collections
            internal AttributeProvider(TypeDescriptionProvider existingProvider, params Attribute[] attrs) : base(existingProvider)
            {
                _attrs = attrs;
            }
TypeDescriptor.AttributeProvider