Ancestry.QueryProcessor.Compile.Emitter.Complete C# (CSharp) Méthode

Complete() public méthode

public Complete ( System program ) : Runtime.ExecuteHandler
program System
Résultat Runtime.ExecuteHandler
        public Runtime.ExecuteHandler Complete(System.Type program)
        {
            if (_options.DebugOn)
                SaveAssembly();
            return (Runtime.ExecuteHandler)program.GetMethod("Main").CreateDelegate(typeof(Runtime.ExecuteHandler));
        }