UtilToIntegerCollection Method

Convert an integer safearray to an ArrayList collection that can be used in scripting languages

Definition

Namespace: ASCOM.Utilities
Assembly: ASCOM.Utilities (in ASCOM.Utilities.dll) Version: 7.1.3+4851.c5da65c2b
C#
public ArrayList ToIntegerCollection(
	int[] integerArray
)

Parameters

integerArray  Int32
Safearray of integers

Return Value

ArrayList
Colection of integers

See Also