Tp.Integration.Plugin.TestRunImport.Utils.TextPeeker.TextPeeker C# (CSharp) 메소드

TextPeeker() 공개 메소드

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