With<T>(T)
Returns a copy of the current IAspectBuilder, for use in the current execution context, but for a different Target declaration.
Declaration
IAspectBuilder<T> With<T>(T declaration) where T : class, IDeclarationParameters
| Type | Name | Description |
|---|---|---|
| T | declaration |
Returns
| Type | Description |
|---|---|
| IAspectBuilder<T> |
Type Parameters
| Name | Description |
|---|---|
| T |