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.0.0.0 (1.0.0.0)
Syntax
public IEnumerator<T> GetEnumerator()

Return Value

IEnumeratorT

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

Implements

IEnumerableTGetEnumerator
See Also