System.Reflection.Context.CustomReflectionContext.MapType C# (CSharp) Метод

MapType() публичный Метод

public MapType ( System type ) : System.Reflection.TypeInfo
type System
Результат System.Reflection.TypeInfo
        public override System.Reflection.TypeInfo MapType(System.Reflection.TypeInfo type) { throw null; }
    }