The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ActivityCollection::IEnumerable::GetEnumerator Method ()
.NET Framework (current version)
Returns an IEnumerator that iterates through the underlying IList.
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
Return Value
Type: System.Collections::IEnumerator^An IEnumerator that can be used to iterate through the collection.
Implements
IEnumerable::GetEnumerator()An IEnumerator only allows for reading the data in the collection. You cannot use an IEnumerator to modify the underlying collection.
.NET Framework
Available since 3.0
Available since 3.0
Show: