Returns an enumerator that iterates through the collection.
Namespace: Apptus.ESales.Connector
Assembly: Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 3.47.3
Syntax
C#
public IEnumerator<ResultAttribute> GetEnumerator()
Return Value
Type: IEnumeratorResultAttributeA IEnumeratorT that can be used to iterate through the collection.
Implements
IEnumerableTGetEnumeratorSee Also