Enhancements<T>(T)
Gets an object that gives access to the aspects, options and annotations on the current declaration.
Declaration
public static DeclarationEnhancements<T> Enhancements<T>(this T declaration) where T : class, IDeclarationParameters
| Type | Name | Description |
|---|---|---|
| T | declaration |
Returns
| Type | Description |
|---|---|
| DeclarationEnhancements<T> |
Type Parameters
| Name | Description |
|---|---|
| T |