Click or drag to resize

DataSetTKey, TValue Class

Contains data as key value pairs.
Inheritance Hierarchy
SystemObject
  Bosch.Vms.CameoSdkDataSetTKey, TValue

Namespace: Bosch.Vms.CameoSdk
Assembly: Bosch.Vms.CameoSdk (in Bosch.Vms.CameoSdk.dll) Version: 1.6.0.0
Syntax
C#
public class DataSet<TKey, TValue>

Type Parameters

TKey
Type of key.
TValue
Type of value.

The DataSetTKey, TValue type exposes the following members.

Properties
 NameDescription
Public propertyData Read only collection of KeyValuePairTKey, TValue data.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also