DetailColumnCollection.GetEnumerator Method ()
Returns an enumerator that is used to iterate through the DetailColumnCollection.
Namespace: Microsoft.WindowsServerSolutions.Administration.ObjectModel
Assembly: Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
Syntax
public IEnumerator<DetailColumn> GetEnumerator()
public:
virtual IEnumerator<DetailColumn^>^ GetEnumerator() sealed
Public Function GetEnumerator As IEnumerator(Of DetailColumn)
Return Value
Type: System.Collections.Generic.IEnumerator<DetailColumn>
An enumerator object that can be used to iterate through the DetailColumnCollection.
Implements
IEnumerable<T>.GetEnumerator()
See Also
DetailColumnCollection Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace
Return to top