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
Syntax
public void Clear()
Public Sub Clear
public: virtual void Clear() sealed
abstract Clear : unit -> unit override Clear : unit -> unit
Implements
ICollectionTClearExceptions
Exception | Condition |
---|---|
NotSupportedException | The ICollectionT is read-only. |
See Also