ActivityCollection.System.Collections.Generic.IEnumerable<System.Workflow.ComponentModel.Activity>.GetEnumerator Method
Namespace: System.Workflow.ComponentModel
Assembly: System.Workflow.ComponentModel (in system.workflow.componentmodel.dll)
'Declaration
Private Function System.Collections.Generic.IEnumerable<System.Workflow.ComponentModel.Activity>.GetEnumerator As IEnumerator(Of Activity) Implements IEnumerable(Of Activity).GetEnumerator
'Usage
Dim instance As ActivityCollection
Dim returnValue As IEnumerator(Of Activity)
returnValue = CType(instance, IEnumerable(Of Activity)).GetEnumerator
C#
IEnumerator<Activity> IEnumerable<Activity>.GetEnumerator ()
private:
virtual IEnumerator<Activity^>^ System.Collections.Generic.IEnumerable<System.Workflow.ComponentModel.Activity>.GetEnumerator () sealed = IEnumerable<Activity^>::GetEnumerator
Not applicable.
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.
Supported in: 3.0
ActivityCollection Class
ActivityCollection Members
System.Workflow.ComponentModel Namespace