Click or drag to resize

VolumeDeviceClassGetEnumerator 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<Volume> GetEnumerator()

Return Value

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

Implements

IEnumerableTGetEnumerator
See Also