ReferencedTypeCollection.TryGetReferencedType(UInt32, Type) 方法

定义

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

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

参数

reference
UInt32

引用 ID。

type
Type

引用的类型。

返回

true 如果找到引用的类型,则为 ; false 否则为 。

适用于