Ancestry.QueryProcessor.Type.SetType.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 typeof(Runtime.Set<>).MakeGenericType(Of.GetNative(emitter));
        }