Click or drag to resize

ObjectReferencesCollectionTryGet Method

Tries the get the specified reference, returns null if it is not found.

Namespace:  Aloe.SystemFrameworks.Domain
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public ObjectReference TryGet(
	string name
)

Parameters

name
Type: SystemString
The name of the reference to search for.

Return Value

Type: ObjectReference
The reference or null if it is not found.
See Also