WithTarget<T>(T)
Declaration
[Obsolete("Use the With method.")]
IAspectBuilder<T> WithTarget<T>(T newTarget) where T : class, IDeclaration
Parameters
Type | Name | Description |
---|---|---|
T | newTarget |
Returns
Type | Description |
---|---|
IAspectBuilder<T> |
Type Parameters
Name | Description |
---|---|
T |