Edit

Share via


WellKnownTypeCollection.TryGetWellKnownType(UInt32, Type) Method

Definition

Tries to get the type corresponding to the provided type identifier.

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

Parameters

typeId
UInt32

The type identifier.

type
Type

The type.

Returns

true if the corresponding type was found, false otherwise.

Applies to