Gets an object which is connected with a key key.

Namespace:  SGP.XUtility
Assembly:  SGP.XUtility (in SGP.XUtility.dll)
Version: 1.2.3019.18718

Syntax

C#
public Object GetObject(
	Object key
)

Parameters

key
Type: System..::.Object
A key to an object.

Return Value

Returns an object, if is not found returns nullNothingnullptra null reference (Nothing in Visual Basic).

Exceptions

ExceptionCondition
System..::.ArgumentNullException key is nullNothingnullptra null reference (Nothing in Visual Basic).

See Also