Construct(IAttribute)
Declaration
public static Attribute Construct(this IAttribute attribute)Parameters
| Type | Name | Description |
|---|---|---|
| IAttribute | attribute |
Returns
| Type | Description |
|---|---|
| Attribute |
Construct<T>(IAttribute)
Declaration
public static T Construct<T>(this IAttribute attribute) where T : AttributeParameters
| Type | Name | Description |
|---|---|---|
| IAttribute | attribute |
Returns
| Type | Description |
|---|---|
| T |
Type Parameters
| Name | Description |
|---|---|
| T |