Click or drag to resize

WritableCollectionTGetEnumerator Method

Namespace:  Ookii.Jumbo.IO
Assembly:  Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax
public IEnumerator<T> GetEnumerator()

Return Value

Type: IEnumeratorT
An enumerator that iterates through the WritableCollectionT.

Implements

IEnumerableTGetEnumerator
See Also