AppSettings.SubdirSubSubDirExample3Settings.GetAll C# (CSharp) Метод

GetAll() публичный статический Метод

foreachable enumerable: SubdirSubSubDirExample3
public static GetAll ( ) : IEnumerable
Результат IEnumerable
        public static IEnumerable GetAll()
        {
            foreach (var row in GetInstance()._dict.Values)
            {
                yield return row;
            }
        }