Edit

Share via


ReferencedTypeCollection.TryGetReferencedType(UInt32, Type) Method

Definition

Gets the type with the specified reference id.

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

Parameters

reference
UInt32

The reference id.

type
Type

The referenced type.

Returns

true if the referenced type was found, false otherwise.

Applies to