WellKnownTypeCollection.GetWellKnownType(UInt32) 方法

定义

获取与所提供的类型标识符对应的类型。

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

参数

typeId
UInt32

类型标识符。

返回

一种类型。

适用于