Share via


SfcCollatedDictionaryCollection<T, K, ParentT>.Clear Method

Removes all items from the collection. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public Overrides Sub Clear
'Usage
Dim instance As SfcCollatedDictionaryCollection

instance.Clear()
public override void Clear()
public:
virtual void Clear() override
abstract Clear : unit -> unit 
override Clear : unit -> unit 
public override function Clear()

Implements

ICollection<T>.Clear()