Click or drag to resize
RepositoryLocationsCollectionGetEnumerator Method
Returns an enumerator that iterates through the collection of individual, unstructured (see StructuredLocations) locations.

Namespace: CMS.ContinuousIntegration.Internal
Assembly: CMS.ContinuousIntegration (in CMS.ContinuousIntegration.dll) Version: 13.0.131
Syntax
C#
public IEnumerator<string> GetEnumerator()

Return Value

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

Implements

IEnumerableTGetEnumerator
See Also