Antmicro.Migrant.Utilities.Variable.PushValueOntoStack C# (CSharp) Method

PushValueOntoStack() public method

public PushValueOntoStack ( ILGenerator generator ) : void
generator System.Reflection.Emit.ILGenerator
return void
        public void PushValueOntoStack(ILGenerator generator)
        {
            pushValueAction(generator);
        }