Ancestry.QueryProcessor.Type.VoidType.GetNative C# (CSharp) Method

GetNative() public method

public GetNative ( Compile emitter ) : Type
emitter Compile
return System.Type
        public override System.Type GetNative(Compile.Emitter emitter)
        {
            return typeof(Runtime.Void);
        }