Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
IFsrmCollection.GetEnumerator()
See Also
IFsrmMutableCollection Interface
Microsoft.Storage Namespace
Return to top