Click or drag to resize
ResultCorrectionsGetEnumerator Method
Get an enumeration of the corrections.

Namespace:  Apptus.ESales.Connector
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.5.0
Syntax
C#
public IEnumerator<ResultCorrection> GetEnumerator()

Return Value

Type: IEnumeratorResultCorrection
an enumeration over the result corrections

Implements

IEnumerableTGetEnumerator
See Also