Struct LoopContext
Identifies loop.
Implements
Inherited Members
Namespace: DotNext.Metaprogramming
Assembly: DotNext.Metaprogramming.dll
Syntax
public struct LoopContext : IDisposable
Remarks
This type can be used to transfer control between outer and inner loops. The context lifetime is limited by surrounding lexical scope of the loop.
Explicit Interface Implementations
| Improve this Doc View SourceIDisposable.Dispose()
Declaration
void IDisposable.Dispose()