Click or drag to resize
ResultVariantGetEnumerator Method
Returns an enumerator that iterates through the collection.

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

Return Value

Type: IEnumeratorResultAttribute
A IEnumeratorT that can be used to iterate through the collection.

Implements

IEnumerableTGetEnumerator
See Also