C# Class AcadLib.UI.Designer.AttributeProvider

Provides attributes for the Keys or Values in the dictionary.
Datei anzeigen Open project: vildar82/AcadLib

Public Methods

Method Description
GetAttributes ( Type type ) : AttributeCollection

Returns a collection of attributes for the specified type.

Method Details

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