Click or drag to resize

DataDictionaryTKey, TValueItem Property (Object)

Gets or sets the element with the specified key.

Namespace:  Slash.Unity.DataBind.Core.Data
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public override Object this[
	Object key
] { get; set; }

Parameters

key
Type: SystemObject
The key of the element to get or set.

Return Value

Type: Object
The element with the specified key.

Implements

IDictionaryItemObject
Exceptions
ExceptionCondition
ArgumentNullExceptionkey is null.
NotSupportedException The property is set and the IDictionary object is read-only.-or- The property is set, key does not exist in the collection, and the IDictionary has a fixed size.
See Also