DictionaryCollectionBase<T, U>.Clear Method

Removes all elements from the collection.

Namespace:  Microsoft.SqlServer.Management.SqlParser.MetadataProvider
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Syntax

'Declaration
Public Sub Clear
'Usage
Dim instance As DictionaryCollectionBase

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

Implements

IMutableMetadataCollection<T>.Clear()

See Also

Reference

DictionaryCollectionBase<T, U> Class

Microsoft.SqlServer.Management.SqlParser.MetadataProvider Namespace