ReferencedTypeCollection.TryGetTypeReference(Type, UInt32) Method

Definition

Gets the identifier for the specified type.

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

Parameters

type
Type

The type.

reference
UInt32

The reference.

Returns

true if the type has been previoulsy referenced, false otherwise.

Applies to