Click or drag to resize

aceDictionaryCollectionTKeys Property

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbSCI.Data.collection
Assembly:  imbSCI.Data (in imbSCI.Data.dll) Version: 0.3.70.
Syntax
C#
public ICollection<string> Keys { get; }
Request Example View Source

Return Value

Type: ICollectionString
An ICollectionT containing the keys of the object that implements IDictionaryTKey, TValue.

Implements

IDictionaryTKey, TValueKeys
See Also