SubStream.Flush C# (CSharp) 메소드

Flush() 공개 메소드

public Flush ( ) : void
리턴 void
    public override void Flush()
    {
        stream.Flush();
    }