System.Xml.XmlBaseWriter.FlushElementAsync C# (CSharp) 메소드

FlushElementAsync() 개인적인 메소드

private FlushElementAsync ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task
        private Task FlushElementAsync()
        {
            return _writeState == WriteState.Element ? AutoCompleteAsync(WriteState.Content) : Task.CompletedTask;
        }