Click or drag to resize

aceDictionaryCollectionTItem Property

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets or sets the element with the specified key.

Namespace:  imbSCI.Data.collection
Assembly:  imbSCI.Data (in imbSCI.Data.dll) Version: 0.3.70.
Syntax
C#
public T this[
	string key
] { get; set; }
Request Example View Source

Parameters

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

Return Value

Type: T
The element with the specified key.

Implements

IDictionaryTKey, TValueItemTKey
Exceptions
See Also