IteratorLoggingContext.Open Method |
Opens a new IteratorLoggingContext.
Namespace: PostSharp.Patterns.Diagnostics.Contexts
Assembly: PostSharp.Patterns.Diagnostics (in PostSharp.Patterns.Diagnostics.dll) Version: 6.10.14.0 (6.10.14.0)
C#
public virtual void Open( IEnumerator iterator, ref LogMemberInfo memberInfo )
Parameters
- iterator
- Type: System.Collections.IEnumerator
Iterator object associated with the current context. - memberInfo
- Type: PostSharp.Patterns.Diagnostics.Contexts.LogMemberInfo
Information about the iterator method.