AcadLib.UI.Designer.AttributeProvider.GetAttributes C# (CSharp) Method

GetAttributes() public abstract method

Returns a collection of attributes for the specified type.
public abstract GetAttributes ( Type type ) : AttributeCollection
type Type The type of the key or value to provide attributes for.
return AttributeCollection
        public abstract AttributeCollection GetAttributes(Type type);
    }
AttributeProvider