Removes all the elements from the RefinementConfigList.

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

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