Click or drag to resize

PropertiesGetEnumerator Method

Returns an enumerator that iterates through the key/value pairs.

Namespace:  OBCOM.NetSwitchLib.Utils
Assembly:  OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntax
public IEnumerator GetEnumerator()

Return Value

Type: IEnumerator
An enumerator that iterates through the key/value pairs.

Implements

IEnumerableGetEnumerator
See Also