CustomReflectionContext.MapType(TypeInfo) 方法

定義

取得此反射內容中由來自另一個反射內容的物件所代表的型別表示。

public:
 override System::Reflection::TypeInfo ^ MapType(System::Reflection::TypeInfo ^ type);
public override System.Reflection.TypeInfo MapType (System.Reflection.TypeInfo type);
override this.MapType : System.Reflection.TypeInfo -> System.Reflection.TypeInfo
Public Overrides Function MapType (type As TypeInfo) As TypeInfo

參數

type
TypeInfo

要在此內容中表示之型別的外部表示。

傳回

此反射內容中的型別表示。

適用於