UtilToIntegerCollection Method |
Convert an integer safearray to an ArrayList collection that can be used in scripting languages
Namespace: ASCOM.UtilitiesAssembly: ASCOM.Utilities (in ASCOM.Utilities.dll) Version: 6.0.0.0 (6.6.9999.9999)
Syntaxpublic ArrayList ToIntegerCollection(
int[] integerArray
)
Public Function ToIntegerCollection (
integerArray As Integer()
) As ArrayList
public:
virtual ArrayList^ ToIntegerCollection(
array<int>^ integerArray
) sealed
Parameters
- integerArray Int32
- Safearray of integers
Return Value
ArrayListColection of integers
See Also