PooledList<T>.

GetEnumerator() Method

Summary

Returns an enumerator for this list with the given permission for removal of elements. If modifications made to the list while an enumeration is in progress, the MoveNext and GetObject methods of the enumerator will throw an exception.
Namespace
Avalonia.Collections.Pooled
Containing Type
PooledList<T>

Syntax

public PooledList<T>.Enumerator GetEnumerator()

Return Value

Type Description
PooledList<T>.Enumerator