ReadOnlyDictionary<TKey, TValue>.Clear Method
Not used.
Namespace: Microsoft.Data.Schema
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Sub Clear
'Usage
Dim instance As ReadOnlyDictionary
instance.Clear()
public void Clear()
public:
virtual void Clear() sealed
public final function Clear()
abstract Clear : unit -> unit
override Clear : unit -> unit
Implements
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
ReadOnlyDictionary<TKey, TValue> Class