ITokenizedStringList Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Text.Differencing
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
| Name | Description | |
|---|---|---|
![]() | Add(T) | (Inherited from ICollection<T>.) |
![]() | Clear() | (Inherited from ICollection<T>.) |
![]() | Contains(T) | (Inherited from ICollection<T>.) |
![]() | CopyTo(array<T>^, Int32) | (Inherited from ICollection<T>.) |
![]() | GetElementInOriginal(Int32) | Maps the index of an element to its span in the original list. |
![]() | GetEnumerator() | (Inherited from IEnumerable<T>.) |
![]() | GetSpanInOriginal(Span) | Maps a span of elements in this list to the span in the original list. |
![]() | IndexOf(T) | (Inherited from IList<T>.) |
![]() | Insert(Int32, T) | (Inherited from IList<T>.) |
![]() | Remove(T) | (Inherited from ICollection<T>.) |
![]() | RemoveAt(Int32) | (Inherited from IList<T>.) |
Show:
