Click or drag to resize

HpsvGenericArrayTGetEnumerator Method

Gets all values within the array

Namespace:  HP.SV.DotNetRuleApi
Assembly:  HP.SV.DotNetRuleApi (in HP.SV.DotNetRuleApi.dll) Version: 6.0.0.72-
Syntax
C#
public IEnumerator<T> GetEnumerator()

Return Value

Type: IEnumeratorT
All values

Implements

IEnumerableTGetEnumerator
See Also