System.Xml.XmlBaseWriter.FlushElementAsync C# (CSharp) Méthode

FlushElementAsync() private méthode

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