Method GetEnumerator
GetEnumerator()
Returns an enumerator of SsdpDeviceProperty instances in this collection.
Declaration
public IEnumerator<SsdpDeviceProperty> GetEnumerator()
Returns
| Type | Description |
|---|---|
| System.Collections.Generic.IEnumerator<SsdpDeviceProperty> | An enumerator of SsdpDeviceProperty instances in this collection. |
Implements
System.Collections.Generic.IEnumerable<T>.GetEnumerator()