UtfString.Utf8.ArrayAccessor.this C# (CSharp) Méthode

this() public méthode

public this ( int index ) : byte
index int
Résultat byte
        public byte this[int index] => _data[index];