System.IKVMWriter.flush C# (CSharp) 메소드

flush() 공개 메소드

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