System.Collections.Specialized.OrderedDictionary.IEnumerable C# (CSharp) Method

IEnumerable() private method

private IEnumerable ( ) : IEnumerator
return IEnumerator
        IEnumerator IEnumerable.GetEnumerator()
        {
            return new OrderedDictionaryEnumerator(objectsArray, OrderedDictionaryEnumerator.DictionaryEntry);
        }
#endregion