System.Runtime.Serialization.XmlReaderDelegator.XmlReaderDelegator.ReadContentAsSignedByte C# (CSharp) Méthode

ReadContentAsSignedByte() private méthode

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