Click or drag to resize

DataSetTKey, TValueData Property

Read only collection of KeyValuePairTKey, TValue data.

Namespace: Bosch.Vms.CameoSdk
Assembly: Bosch.Vms.CameoSdk (in Bosch.Vms.CameoSdk.dll) Version: 1.6.0.0
Syntax
C#
public IReadOnlyCollection<KeyValuePair<TKey, TValue>> Data { get; }

Property Value

IReadOnlyCollectionKeyValuePairTKey, TValue
See Also