Share via


DssSortedList(TKey, TValue) Class

Microsoft Robotics Class Reference

A Serializable SortedList

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

Syntax

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

Type Parameters

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

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

Inheritance Hierarchy

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

See Also

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

Microsoft.Dss.Core.Utilities Namespace