ReferencedTypeCollection.GetReferencedType(UInt32) 方法

定义

获取具有指定引用 ID 的类型。

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

参数

reference
UInt32

引用 ID。

返回

引用的类型。

适用于