Click or drag to resize

aceDictionaryLetterIndexSetTItem Property

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the [!:List<T>] with the specified key.

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

Parameters

key
Type: SystemString
The key.

Property Value

Type: T
The [!:List<T>].

Return Value

Type: T
See Also