Skip to content

ReportedAlgorithmCollection.GetEnumerator Method

Returns an enumerator for all the contained ReportedAlgorithm objects.

Namespace: Citrix.SDK.AppDNA
Assembly: Citrix.SDK.AppDNA (in Citrix.SDK.AppDNA.dll) Version: 7.11.0.0 (7.11.0.0)

Syntax

C

public IEnumerator<ReportedAlgorithm> GetEnumerator()

VB

Public Function GetEnumerator As IEnumerator(Of ReportedAlgorithm)

Return Value

Type: IEnumerator(ReportedAlgorithm)
An enumerator for all the contained ReportedAlgorithm objects.

Implements

IEnumerable(T).GetEnumerator()

See Also

Reference

ReportedAlgorithmCollection Class
Citrix.SDK.AppDNA Namespace

Was this article helpful?