Click or drag to resize

ConversionCollectionGetEnumerator Method

Returns an enumerator that iterates through the collection.

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

Return Value

Type: IEnumeratorITypeConversion
An enumerator that can be used to iterate through the collection.

Implements

IEnumerableTGetEnumerator
See Also