Click or drag to resize

EnumerableConversionTGetEnumerator 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: IEnumeratorT
Enumerator that iterates through the collection of converted values.

Implements

IEnumerableTGetEnumerator
See Also