Compartir a través de


ReferencedTypeCollection.TryGetReferencedType(UInt32, Type) Método

Definición

Obtiene el tipo con el identificador de referencia especificado.

public bool TryGetReferencedType (uint reference, out Type type);
member this.TryGetReferencedType : uint32 * Type -> bool
Public Function TryGetReferencedType (reference As UInteger, ByRef type As Type) As Boolean

Parámetros

reference
UInt32

Identificador de referencia.

type
Type

Tipo al que se hace referencia.

Devoluciones

true si se encontró el tipo al que se hace referencia; de lo contrario, false .

Se aplica a