Tp.Integration.Plugin.TestRunImport.Utils.TextPeeker.TextPeeker C# (CSharp) Method

TextPeeker() public method

public TextPeeker ( TextReader reader ) : System
reader TextReader
return System
		public TextPeeker(TextReader reader)
		{
			if (reader == null)
			{
				throw new ArgumentNullException("reader");
			}
			_reader = reader;
		}