Set DocumentationClear Method
Removes all items from the ICollectionT.
Definition
Namespace: XMLCommentsExamples.DocumentationInheritance
Assembly: XMLCommentsExamples (in XMLCommentsExamples.dll) Version: 2025.4.26.0
Assembly: XMLCommentsExamples (in XMLCommentsExamples.dll) Version: 2025.4.26.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. |