Namespace:  Endeca.Data
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
[SerializableAttribute]
public class SortCollection : PropertyChangeNotifyKeyedCollection<string, Sort>
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class SortCollection _
	Inherits PropertyChangeNotifyKeyedCollection(Of String, Sort)
Visual C++
[SerializableAttribute]
public ref class SortCollection : public PropertyChangeNotifyKeyedCollection<String^, Sort^>

Inheritance Hierarchy

See Also