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: 5.6.0.9999-localBuild
Syntax
C#
public IEnumerator<T> GetEnumerator()

Return Value

Type: IEnumeratorT
All values

Implements

IEnumerableTGetEnumerator
See Also