Children<TNode>.GetEnumerator Method
Definition
public IEnumerator<TNode> GetEnumerator();
Returns
Remarks
Enumerating over children tries to accommodate changes to the collection whilst enumerating. However not all changes can be accommodated and an InvalidOperationException will be thrown if enumeration cannot continue.
Last modified: 22 November 2024