Codepoint.

ReadAt(ReadOnlySlice<char>, int, int) Method

Summary

Reads the Codepoint at specified position.

Syntax

public static Codepoint ReadAt(ReadOnlySlice<char> text, int index, out int count)

Parameters

Name Type Description
text ReadOnlySlice<char> The buffer to read from.
index int The index to read at.
count int The count of character that were read.

Return Value

Type Description
Codepoint