Struct LoopContext
Identifies loop.
Implements
Inherited Members
Namespace: DotNext.Metaprogramming
Assembly: DotNext.Metaprogramming.dll
Syntax
public readonly 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.