SetDocumentation.Clear Method

Sandcastle XML Comments

Sandcastle XML Comments GuideSetDocumentationClear 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

ICollectionTClear
Exceptions
ExceptionCondition
NotSupportedExceptionThe ICollectionT is read-only.
See Also