Gets or sets a object which is connected with the key key.

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

Syntax

C#
public Object this[
	Object key
] { get; set; }

Parameters

key
Type: System..::.Object
A key.

Exceptions

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

See Also