IDynamicallyAdvisable.QueryAdvice<T> Method |
Queries an interface implemented by a dynamic advice.
Namespace: PostSharp.Patterns.DynamicAdvising
Assembly: PostSharp.Patterns.Common (in PostSharp.Patterns.Common.dll) Version: 6.4.11.0 (6.4.11.0)

C#
T QueryAdvice<T>() where T : class
Type Parameters
- T
- The interface type.
Return Value
Type: TThe interface implementation, or null if the object does not have an advice implementing T.
