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; }
    }