System.IO.TextReader.TextReader.ReadToEnd C# (CSharp) Méthode

ReadToEnd() public méthode

public ReadToEnd ( ) : string
Résultat string
		public virtual string ReadToEnd()
		{ 
			return String.Empty;
		}