Implemented interface member:
method
GetTokens
MS.Internal.WindowsRuntime.Windows.Data.Text.IWordsSegmenter.GetTokens(System.String)
1 reference to GetTokens
PresentationFramework (1)
MS\Internal\WindowsRuntime\Generated\Windows.Data.Text.cs (1)
395public global::System.Collections.Generic.IReadOnlyList<WordSegment> GetTokens(string text) => _default.GetTokens(text);