Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Removes all items from the collection.
Namespace: Microsoft.Office.Server.Search.Query.Rules
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Sub Clear
'Usage
Dim instance As OrderedCollectionBase
instance.Clear()
public void Clear()
Exceptions
| Exception | Condition |
|---|---|
| NotSupportedException | Thrown when the collection is read only |
See also
Reference
OrderedCollectionBase<T> class