System.IKVMWriter.flush C# (CSharp) Method

flush() public method

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