System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection.GetEnumerator C# (CSharp) Method

GetEnumerator() public method

Returns an enumerator that can be used to iterate this collection.
public GetEnumerator ( ) : IEnumerator
return IEnumerator
            public IEnumerator GetEnumerator()
            {
                EnsurePopulated();
                return _children.GetEnumerator();
            }