Antmicro.Migrant.Utilities.Variable.PushValueOntoStack C# (CSharp) 메소드

PushValueOntoStack() 공개 메소드

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