Sandcastle XML Comments Guide
![]() | SetDocumentationClear Method |
Removes all items from the ICollectionT.
Namespace: XMLCommentsExamples.DocumentationInheritance
Assembly: XMLCommentsExamples (in XMLCommentsExamples.dll) Version: 2014.1.26.0
Syntaxpublic void Clear()
Public Sub Clear
public: virtual void Clear() sealed
abstract Clear : unit -> unit override Clear : unit -> unit
Implements
ICollectionTClear
Exceptions| Exception | Condition |
|---|---|
| NotSupportedException | The ICollectionT is read-only. |
See Also