Exemplo n.º 1
0
 public virtual void Compile(CompilationContext context)
 {
     AstReadArgument arg = new AstReadArgument()
                               {
                                   argumentIndex = 0,
                                   argumentType = thisType
                               };
     arg.Compile(context);
 }
Exemplo n.º 2
0
        public virtual void Compile(CompilationContext context)
        {
            AstReadArgument arg = new AstReadArgument()
            {
                argumentIndex = 0,
                argumentType  = thisType
            };

            arg.Compile(context);
        }