Share via


ITokenizedStringList インターフェイス

定義

文字列のトークン化された表現を、アブッティングセグメントと重複しないセグメントに変換します。

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 として表される 2 つのシーケンスの違いを見つけます。

プロパティ

Original

トークン化された元の文字列。

メソッド

GetElementInOriginal(Int32)

要素のインデックスを元のリストのスパンにマップします。

GetSpanInOriginal(Span)

このリスト内の要素のスパンを元のリストのスパンにマップします。

拡張メソッド

EmptyIfNull<T>(IEnumerable<T>)

null でない場合は、この列挙体を返します。 null の場合は、空の列挙を返します。

適用対象