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

ReadContentAsUnsignedShort() private méthode

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