While.AST.Statements.Skip.Compile C# (CSharp) Method

Compile() public method

public Compile ( ILGenerator il ) : void
il System.Reflection.Emit.ILGenerator
return void
        public override void Compile(ILGenerator il)
        {
            EmitDebugInfo(il, 0, true);
            //Nop only emitted in debug build, otherwise nothing is emitted
        }