Click or drag to resize

OhioFieldsItem Property

Gets the OhioField object at the given index. "One based" indexing is used in all Ohio collections. For example, the first OhioField in this collection is at index 1.

Namespace:  Flex.Hal.Ohio
Assembly:  Flex.Hal.Ohio (in Flex.Hal.Ohio.dll) Version: 4.1.4031.1525
Syntax
public OhioField this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
The index to the get the object from.

Return Value

Type: OhioField
The OhioField at the specified index.
See Also