AriDEVParser.SQLOutput.SQLOutput.Flush C# (CSharp) 메소드

Flush() 개인적인 정적인 메소드

private static Flush ( ) : void
리턴 void
        private static void Flush()
        {
            _file.Flush();
            _file.Close();
            _file = null;
        }