Click or drag to resize

aceDictionaryLetterIndexSetTGet Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the specified key.

Namespace:  imbSCI.Data.collection.nested
Assembly:  imbSCI.Data (in imbSCI.Data.dll) Version: 0.3.70.
Syntax
C#
public ConcurrentDictionary<string, T> Get(
	string key
)
Request Example View Source

Parameters

key
Type: SystemString
The key.

Return Value

Type: ConcurrentDictionaryString, T
See Also