RepositoryLocationsCollectionGetEnumerator Method |
Returns an enumerator that iterates through the collection of individual, unstructured (see
StructuredLocations) locations.
Namespace: CMS.ContinuousIntegration.InternalAssembly: CMS.ContinuousIntegration (in CMS.ContinuousIntegration.dll) Version: 13.0.131
Syntax public IEnumerator<string> GetEnumerator()
Return Value
Type:
IEnumeratorString
A
IEnumeratorT that can be used to iterate through the collection.
Implements
IEnumerableTGetEnumeratorSee Also