Shaolinq.Persistence.DataReaderWrapper.GetChar C# (CSharp) Method

GetChar() public method

public GetChar ( int i ) : char
i int
return char
		public override char GetChar(int i) => this.Inner.GetChar(i);
		public override long GetChars(int i, long fieldoffset, char[] buffer, int bufferoffset, int length) => this.Inner.GetChars(i, fieldoffset, buffer, bufferoffset, length);