System.Configuration.ConfigurationElementCollection.Enumerator.Enumerator C# (CSharp) 메소드

Enumerator() 개인적인 메소드

private Enumerator ( ArrayList items, ConfigurationElementCollection collection ) : System
items System.Collections.ArrayList
collection ConfigurationElementCollection
리턴 System
            internal Enumerator(ArrayList items, ConfigurationElementCollection collection) {
                _itemsEnumerator = items.GetEnumerator();
                ThisCollection = collection;
            }
ConfigurationElementCollection.Enumerator