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

ReadContentAsUnsignedShort() private method

private ReadContentAsUnsignedShort ( ) : UInt16
return UInt16
        internal UInt16 ReadContentAsUnsignedShort()
        {
            return ToUInt16(ReadContentAsInt());
        }
XmlReaderDelegator.XmlReaderDelegator