Share via


DssSortedDictionary(TKey, TValue) Class

Microsoft Robotics Class Reference

A Serializable SortedDictionary

Namespace: Microsoft.Dss.Core.Utilities
Assembly: Microsoft.Dss.Base (in Microsoft.Dss.Base.dll) Version: 4.0.261.0 (4.0.261.0)

Syntax

[XmlRootAttribute("SortedDictionary", Namespace = "https://schemas.microsoft.com/robotics/2007/05/utilities.html")]
[DataContractAttribute]
public class DssSortedDictionary<TKey, TValue> : SortedDictionary<TKey, TValue>, 
    IXmlSerializable, IDssSerializable, ICloneable, IEquatable<DssSortedDictionary<TKey, TValue>>

Type Parameters

  • TKey
    [Missing <typeparam name="TKey"/> documentation for "T:Microsoft.Dss.Core.Utilities.DssSortedDictionary`2"]

  • TValue
    [Missing <typeparam name="TValue"/> documentation for "T:Microsoft.Dss.Core.Utilities.DssSortedDictionary`2"]

Inheritance Hierarchy

System. . :: . .Object
  System.Collections.Generic. . :: . .SortedDictionary< (Of < ( <'TKey, TValue> ) > ) >
    Microsoft.Dss.Core.Utilities..::..DssSortedDictionary<(Of <(<'TKey, TValue>)>)>

See Also

DssSortedDictionary< (Of < ( <'TKey, TValue> ) > ) > Members

Microsoft.Dss.Core.Utilities Namespace