System.ComponentModel.TypeDescriptor.AttributeProvider.AttributeProvider C# (CSharp) 메소드

AttributeProvider() 개인적인 메소드

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