AppSettings.SubdirSubSubDirExample3Settings.GetAll C# (CSharp) Method

GetAll() public static method

foreachable enumerable: SubdirSubSubDirExample3
public static GetAll ( ) : IEnumerable
return IEnumerable
        public static IEnumerable GetAll()
        {
            foreach (var row in GetInstance()._dict.Values)
            {
                yield return row;
            }
        }