ICharBuffer public interface ICharBuffer Represents a sequence of characters. Documentation Code char this[int i] { get; } Returns the character at the given index. int Length { get; } Gets the length of the buffer. ReadOnlyMemory<char>? TryCopyTo(char[] buffer)