NormalizedSnapshotSpanCollection.ICollection<SnapshotSpan>.Clear Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Clears the collection. This method throws a NotSupportedException.
virtual void System.Collections.Generic.ICollection<Microsoft.VisualStudio.Text.SnapshotSpan>.Clear() = System::Collections::Generic::ICollection<Microsoft::VisualStudio::Text::SnapshotSpan>::Clear;
virtual void System.Collections.Generic.ICollection<Microsoft.VisualStudio.Text.SnapshotSpan>.Clear() = System::Collections::Generic::ICollection<Microsoft::VisualStudio::Text::SnapshotSpan>::Clear;
void System.Collections.Generic.ICollection<Microsoft.VisualStudio.Text.SnapshotSpan>.Clear();
void ICollection<SnapshotSpan>.Clear ();
abstract member System.Collections.Generic.ICollection<Microsoft.VisualStudio.Text.SnapshotSpan>.Clear : unit -> unit
override this.System.Collections.Generic.ICollection<Microsoft.VisualStudio.Text.SnapshotSpan>.Clear : unit -> unit
Sub Clear () Implements ICollection(Of SnapshotSpan).Clear