Method | Description | |
---|---|---|
ComponentModel ( this reflectionObject, bool inherit = true ) : IComponentModelAttributes |
Provides strong typed access to System.ComponentModel attributes for a type, method, property, etc.
|
public static ComponentModel ( this reflectionObject, bool inherit = true ) : IComponentModelAttributes | ||
reflectionObject | this | The object this extension method applies to. |
inherit | bool | Whether to retrieve attributes from base types. |
return | IComponentModelAttributes |