ReflectionContext.MapType(TypeInfo) Método

Definición

Obtiene la representación, en este contexto de reflexión, de un tipo representado por un objeto de otro contexto de reflexión.

public:
 abstract System::Reflection::TypeInfo ^ MapType(System::Reflection::TypeInfo ^ type);
public abstract System.Reflection.TypeInfo MapType (System.Reflection.TypeInfo type);
abstract member MapType : System.Reflection.TypeInfo -> System.Reflection.TypeInfo
Public MustOverride Function MapType (type As TypeInfo) As TypeInfo

Parámetros

type
TypeInfo

Representación externa del tipo que se va a representar en este contexto.

Devoluciones

La representación del tipo en este contexto de reflexión.

Se aplica a