Edit

Share via


WellKnownTypeCollection.GetWellKnownType(UInt32) Method

Definition

Gets the type corresponding to the provided type identifier.

public Type GetWellKnownType (uint typeId);
member this.GetWellKnownType : uint32 -> Type
Public Function GetWellKnownType (typeId As UInteger) As Type

Parameters

typeId
UInt32

The type identifier.

Returns

A type.

Applies to