System.IKVMWriter.flush C# (CSharp) Méthode

flush() public méthode

public flush ( ) : void
Résultat void
		public override void flush()
		{
			TextWriter.Flush();
			//throw new NotImplementedException();
		}