System.Xml.UTF16Decoder.UTF16Decoder C# (CSharp) Méthode

UTF16Decoder() public méthode

public UTF16Decoder ( bool bigEndian ) : System.Text
bigEndian bool
Résultat System.Text
        public UTF16Decoder( bool bigEndian ) {
            this.lastByte = -1;
            this.bigEndian = bigEndian;
        }