ITokenizedStringList 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
字串的標記化表示法,用於濫用和非重疊的區段。
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)
- 實作
備註
此介面會實作 IList,使其可與 搭配 IDifferenceService使用,它會尋找兩個以 IList 表示的序列之間的差異。
屬性
Original |
標記化的原始字串。 |
方法
GetElementInOriginal(Int32) |
將專案的索引對應至原始清單中的範圍。 |
GetSpanInOriginal(Span) |
將此清單中的項目範圍對應至原始清單中的範圍。 |
擴充方法
EmptyIfNull<T>(IEnumerable<T>) |
如果此列舉不是 Null,則傳回此列舉。 如果是 null,則傳回空列舉。 |