Target Type DictionaryClear Method
Removes all items from the ICollectionT.
Definition
Namespace: Sandcastle.Tools.BuildComponents.Targets
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2026.1.20.0
C#
public void Clear()VB
Public Sub ClearC++
public:
virtual void Clear() sealedF#
abstract Clear : unit -> unit
override Clear : unit -> unit Implements
ICollectionTClearExceptions
| NotSupportedException | The ICollectionT is read-only. |