Click or drag to resize

ReportIEnumerableValidationErrorGetEnumerator Method

Returns an enumerator that iterates through the collection.

Namespace:  Dynamicweb.Ecommerce.Orders.Validation
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
IEnumerator<ValidationError> IEnumerable<ValidationError>.GetEnumerator()

Return Value

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

Implements

IEnumerableTGetEnumerator
See Also