NormalizedSnapshotSpanCollection.ICollection<SnapshotSpan>.Clear Method

Definition

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

Implements

Applies to