ITokenizedStringList Interface
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.
A tokenized representation of a string into abutting and non-overlapping segments.
public interface class ITokenizedStringList : System::Collections::Generic::ICollection<System::String ^>, System::Collections::Generic::IEnumerable<System::String ^>, System::Collections::Generic::IList<System::String ^>
public interface ITokenizedStringList : System.Collections.Generic.ICollection<string>, System.Collections.Generic.IEnumerable<string>, System.Collections.Generic.IList<string>
type ITokenizedStringList = interface
interface IList<string>
interface ICollection<string>
interface seq<string>
interface IEnumerable
Public Interface ITokenizedStringList
Implements ICollection(Of String), IEnumerable(Of String), IList(Of String)
- Implements
This interface implements IList so that it can be used with IDifferenceService, which finds the differences between two sequences represented as ILists.
Original |
The original string that was tokenized. |
Get |
Maps the index of an element to its span in the original list. |
Get |
Maps a span of elements in this list to the span in the original list. |
Empty |
Return this enumeration in case it is not null. In case it is null return empty enumeration. |
Product | Versions |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |