Ejemplo n.º 1
0
        public Func <Task> GetSectionDelegate(string name)
        {
            TkDebug.AssertArgumentNullOrEmpty(name, nameof(name), this);

            SectionWriters.TryGetValue(name, out var result);
            return(result);
        }