Method | Description | |
---|---|---|
GetAttributes ( |
Returns a collection of attributes, identified by type, or an empty collection if there are no attributes.
|
|
GetAttributes ( bool inherit ) : IList |
Returns a collection of all of the attributes, or an empty collection if there are no attributes.
|
|
ReflectionAttributeProvider ( object attributeProvider ) : System |
Initializes a new instance of the ReflectionAttributeProvider class.
|
public GetAttributes ( |
||
attributeType | The type of the attributes. | |
inherit | bool | When |
return | IList |
public GetAttributes ( bool inherit ) : IList |
||
inherit | bool | When |
return | IList |
public ReflectionAttributeProvider ( object attributeProvider ) : System | ||
attributeProvider | object | The instance to get attributes for. This parameter should be a |
return | System |