Click or drag to resize

ValueMappingCollectionGetEnumerator Method

Returns an enumerator that iterates through the list of IValueMappings.

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

Return Value

Type: IEnumeratorIValueMapping

Implements

IEnumerableTGetEnumerator
See Also