AdviceEnumerator<T> Structure |
Namespace: PostSharp.Patterns.DynamicAdvising
Assembly: PostSharp.Patterns.Common (in PostSharp.Patterns.Common.dll) Version: 6.10.10.0 (6.10.10.0)
public readonly struct AdviceEnumerator<T> where T : class, IDynamicAdvice
Type Parameters
- T
- The advice interface.
The AdviceEnumerator<T> type exposes the following members.
Name | Description | |
---|---|---|
Current |
Gets the current value.
| |
HasValue |
Determines whether the current enumerator has a Current value.
|
Name | Description | |
---|---|---|
GetNext |
Gets a new instance of AdviceEnumerator<T> that points to the next item.
|