System.Net.Http.CurlResponseHeaderReader.HeaderBufferSpan.this C# (CSharp) Method

this() public method

public this ( int index ) : byte
index int
return byte
            public byte this[int index]
            {
                get
                {
                    Debug.Assert(index >= 0 && index < Length);
                    return _pointer[index];
                }
            }