System.Text.UTF7Encoding.UTF7Decoder.UTF7Decoder C# (CSharp) Method

UTF7Decoder() public method

public UTF7Decoder ( ) : System
return System
		public UTF7Decoder ()
		{
			leftOver = 0;
		}