SPFollowableListCollection.GetEnumerator method
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public Function GetEnumerator As IEnumerator(Of SPFollowableList)
'Usage
Dim instance As SPFollowableListCollection
Dim returnValue As IEnumerator(Of SPFollowableList)
returnValue = instance.GetEnumerator()
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public IEnumerator<SPFollowableList> GetEnumerator()
Return value
Type: System.Collections.Generic.IEnumerator<SPFollowableList>
Returns an IEnumerable object.
Implements
IEnumerable<T>.GetEnumerator()
See also
Reference
SPFollowableListCollection class