IFsrmCollection.GetEnumerator Method ()
Retrieves an enumerator that allows iteration through the collection of FSRM objects.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
IEnumerator GetEnumerator()
IEnumerator^ GetEnumerator()
abstract GetEnumerator : unit -> IEnumerator
Function GetEnumerator As IEnumerator
Return Value
Type: System.Collections.IEnumerator
An IEnumerator object that can be used to iterate through the collection of FSRM objects.
Implements
See Also
IFsrmCollection Interface
Microsoft.Storage Namespace
Return to top