Click or drag to resize

LayoutLoaderGetEnumerator 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()

Return Value

Type: IEnumerator
A read-only enumerator over the collection of fields in the Layout.

Implements

IEnumerableGetEnumerator
Remarks
Each element returned by the Current method is a LayoutField. These elements are returned in the order they were added to the collection by the AddField(FieldType, String, Int32, Int32, String) method.
See Also