MyStream.Flush C# (CSharp) 메소드

Flush() 공개 메소드

public Flush ( ) : void
리턴 void
 public override void Flush()  { }
 public override int GetHashCode()  { return 0;}

Usage Example

예제 #1
0
 public override void Flush()
 {
     AssertInvariants();
     if (MyStream != null)
     {
         MyStream.Flush();
     }
     AssertInvariants();
 }
All Usage Examples Of MyStream::Flush