| LayoutGetEnumerator Method |
Returns a read-only enumerator over the collection of fields in the
Layout.
Namespace:
OBCOM.NetSwitchLib.Layouts
Assembly:
OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntax public IEnumerator GetEnumerator()
Public Function GetEnumerator As IEnumerator
Return Value
Type:
IEnumerator
A read-only enumerator over the collection of fields in the Layout.
Implements
IEnumerableGetEnumeratorRemarks See Also