Method GetAttribute
GetAttribute<T>()
The caller must pass in an interface type that extends IAttribute. Returns the instance of the corresponding Attribute contained in this AttributeSource
Declaration
public virtual T GetAttribute<T>()
where T : IAttribute
Returns
Type | Description |
---|---|
T |
Type Parameters
Name | Description |
---|---|
T |