Click or drag to resize

HpsvGenericArrayTItem Property

Gets the element at the specified index.

Namespace:  HP.SV.DotNetRuleApi
Assembly:  HP.SV.DotNetRuleApi (in HP.SV.DotNetRuleApi.dll) Version: 5.00
Syntax
C#
public T this[
	int index
] { get; set; }

Parameters

index
Type: SystemInt32
The zero-based index of the element to get or set.

Return Value

Type: T
The element at the specified index.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionindex is less than 0.-or-index is equal to or greater than Count.
See Also