C# Class AcadLib.UI.Designer.AttributeProvider

Provides attributes for the Keys or Values in the dictionary.
Afficher le fichier Open project: vildar82/AcadLib

Méthodes publiques

Méthode Description
GetAttributes ( Type type ) : AttributeCollection

Returns a collection of attributes for the specified type.

Method Details

GetAttributes() public abstract méthode

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.
Résultat AttributeCollection