System.Runtime.Serialization.XmlReaderDelegator.XmlReaderDelegator.ReadContentAsSignedByte C# (CSharp) Method

ReadContentAsSignedByte() private method

private ReadContentAsSignedByte ( ) : SByte
return SByte
        internal SByte ReadContentAsSignedByte()
        {
            return ToSByte(ReadContentAsInt());
        }
XmlReaderDelegator.XmlReaderDelegator