Click or drag to resize

DiskDeviceClassGetEnumerator Method

[This is preliminary documentation and is subject to change.]

Returns an enumerator that iterates through the collection.

Namespace:  UsbEject
Assembly:  UsbEject (in UsbEject.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
public IEnumerator<Disk> GetEnumerator()

Return Value

Type: IEnumeratorDisk
A IEnumeratorT that can be used to iterate through the collection.

Implements

IEnumerableTGetEnumerator
See Also