NLTokenizer.GetTokenRange(nuint) Method
Definition
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.
Gets the range of the token that covers the specified character index.
[Foundation.Export("tokenRangeAtIndex:")]
public virtual Foundation.NSRange GetTokenRange (nuint characterIndex);
abstract member GetTokenRange : nuint -> Foundation.NSRange
override this.GetTokenRange : nuint -> Foundation.NSRange
Parameters
- characterIndex
- System.System.UIntPtr System.unativeint
The index of a character that is covered by a token.
Returns
The range of the token that covers the specified character index.
- Attributes