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;
            }
        }