Click or drag to resize

IOListTGetEnumerator Method

Returns the IOList enumerator that iterates through the collection

Namespace:  Brainboxes.IO
Assembly:  Brainboxes.IO (in Brainboxes.IO.dll) Version: 1.5.0.8
Syntax
public IEnumerator<T> GetEnumerator()

Return Value

Type: IEnumeratorT

[Missing <returns> documentation for "M:Brainboxes.IO.IOList`1.GetEnumerator"]

Implements

IEnumerableTGetEnumerator
See Also