Click or drag to resize

EnumerableConversion<T>.GetEnumerator Method

Returns an enumerator that iterates through the collection of converted values.

Namespace:  TB.ComponentModel
Assembly:  UniversalTypeConverter (in UniversalTypeConverter.dll) Version: 2.0.0
Syntax
C#
public IEnumerator<T> GetEnumerator()

Return Value

Type: IEnumerator<T>
Enumerator that iterates through the collection of converted values.

Implements

IEnumerable<T>.GetEnumerator()
See Also