System.Xml.UTF16Decoder.UTF16Decoder C# (CSharp) 메소드

UTF16Decoder() 공개 메소드

public UTF16Decoder ( bool bigEndian ) : System.Text
bigEndian bool
리턴 System.Text
        public UTF16Decoder( bool bigEndian ) {
            this.lastByte = -1;
            this.bigEndian = bigEndian;
        }