System.Text.UnicodeEncoding.UnicodeDecoder.UnicodeDecoder C# (CSharp) 메소드

UnicodeDecoder() 공개 메소드

public UnicodeDecoder ( bool bigEndian ) : System
bigEndian bool
리턴 System
		public UnicodeDecoder (bool bigEndian)
		{
			this.bigEndian = bigEndian;
			leftOverByte = -1;
		}
UnicodeEncoding.UnicodeDecoder