NormalizedSpanCollection Methods
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
| Name | Description | |
|---|---|---|
![]() | Contains(T) | (Inherited from ReadOnlyCollection<T>.) |
![]() | CopyTo(array<T>^, Int32) | (Inherited from ReadOnlyCollection<T>.) |
![]() ![]() | Difference(NormalizedSpanCollection^, NormalizedSpanCollection^) | Finds the difference between two sets. The difference is defined as everything in the first span set that is not in the second span set. |
![]() | Equals(Object^) | Determines whether this span set is the same as another object.(Overrides Object::Equals(Object^).) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetEnumerator() | (Inherited from ReadOnlyCollection<T>.) |
![]() | GetHashCode() | Gets a unique hash code for the span set.(Overrides Object::GetHashCode().) |
![]() | GetType() | (Inherited from Object.) |
![]() | IndexOf(T) | (Inherited from ReadOnlyCollection<T>.) |
![]() ![]() | Intersection(NormalizedSpanCollection^, NormalizedSpanCollection^) | Finds the intersection of two span sets. |
![]() | IntersectsWith(NormalizedSpanCollection^) | Determines whether this span set intersects with another span set. |
![]() | IntersectsWith(Span) | |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() ![]() | Overlap(NormalizedSpanCollection^, NormalizedSpanCollection^) | Finds the overlap of two span sets. |
![]() | OverlapsWith(NormalizedSpanCollection^) | Determines whether this span set overlaps with another span set. |
![]() | OverlapsWith(Span) | |
![]() | ToString() | Provides a string representation of the set.(Overrides Object::ToString().) |
![]() ![]() | Union(NormalizedSpanCollection^, NormalizedSpanCollection^) | Finds the union of two span sets. |
| Name | Description | |
|---|---|---|
![]() ![]() | ICollection<T>::Add(T) | (Inherited from ReadOnlyCollection<T>.) |
![]() ![]() | ICollection<T>::Clear() | (Inherited from ReadOnlyCollection<T>.) |
![]() ![]() | ICollection<T>::Remove(T) | (Inherited from ReadOnlyCollection<T>.) |
![]() ![]() | IList<T>::Insert(Int32, T) | (Inherited from ReadOnlyCollection<T>.) |
![]() ![]() | IList<T>::RemoveAt(Int32) | (Inherited from ReadOnlyCollection<T>.) |
![]() ![]() | ICollection::CopyTo(Array^, Int32) | (Inherited from ReadOnlyCollection<T>.) |
![]() ![]() | IEnumerable::GetEnumerator() | (Inherited from ReadOnlyCollection<T>.) |
![]() ![]() | IList::Add(Object^) | (Inherited from ReadOnlyCollection<T>.) |
![]() ![]() | IList::Clear() | (Inherited from ReadOnlyCollection<T>.) |
![]() ![]() | IList::Contains(Object^) | (Inherited from ReadOnlyCollection<T>.) |
![]() ![]() | IList::IndexOf(Object^) | (Inherited from ReadOnlyCollection<T>.) |
![]() ![]() | IList::Insert(Int32, Object^) | (Inherited from ReadOnlyCollection<T>.) |
![]() ![]() | IList::Remove(Object^) | (Inherited from ReadOnlyCollection<T>.) |
![]() ![]() | IList::RemoveAt(Int32) | (Inherited from ReadOnlyCollection<T>.) |




