Show / Hide Table of Contents

Struct LoopContext

Identifies loop.

Implements
IDisposable
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.

Implements

IDisposable

Extension Methods

ExpressionBuilder.Const<T>(T)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX