Removes all the elements from the ERecSortKeyList.

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

Exception | Condition |
---|---|
NotSupportedException |
The ERecSortKeyList is read-only.
-or- The ERecSortKeyList has a fixed-size. |