System.Runtime.Serialization.XmlReaderDelegator.XmlReaderDelegator.ReadContentAsUnsignedByte C# (CSharp) 메소드

ReadContentAsUnsignedByte() 개인적인 메소드

private ReadContentAsUnsignedByte ( ) : byte
리턴 byte
        internal byte ReadContentAsUnsignedByte()
        {
            return ToByte(ReadContentAsInt());
        }
XmlReaderDelegator.XmlReaderDelegator