Removes all the elements from the ERecSortKeyList.

Namespace: Endeca.Navigation
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.3.0.0 (6.3.0.853)

Syntax

C#
public virtual void Clear()
Visual Basic
Public Overridable Sub Clear
Visual C++
public:
virtual void Clear()

Implements

IList..::..Clear()()()()

Exceptions

ExceptionCondition
System..::..NotSupportedException The ERecSortKeyList is read-only.

-or-

The ERecSortKeyList has a fixed-size.

See Also