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

GetNative() public method

public GetNative ( Emitter emitter ) : Type
emitter Ancestry.QueryProcessor.Compile.Emitter
return System.Type
        public override System.Type GetNative(Emitter emitter)
        {
            return Native;
        }