Skip to content

ReferencedObjectCollection.TryGetReferencedObject(uint)

TryGetReferencedObject(uint)

View source
public object TryGetReferencedObject(uint reference)
Tries to get the referenced object with the specified id.

Parameters

referenceuint
The reference.

Returns

The referenced object with the specified id if found, null otherwise.