System.Reflection.Context.CustomReflectionContext.MapType C# (CSharp) Method

MapType() public method

public MapType ( System type ) : System.Reflection.TypeInfo
type System
return System.Reflection.TypeInfo
        public override System.Reflection.TypeInfo MapType(System.Reflection.TypeInfo type) { throw null; }
    }