 | 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)
Syntaxpublic IEnumerator GetEnumerator()
Public Function GetEnumerator As IEnumerator
Return Value
Type:
IEnumerator
An enumerator that iterates through the key/value pairs.
Implements
IEnumerableGetEnumerator
See Also