Class ListIntegerHelper
Inheritance
ListIntegerHelper
Assembly: CAMAPI.DotnetHelper.dll
Syntax
public static class ListIntegerHelper
Methods
Add(ComWrapper<IListInteger>, int)
Declaration
public static void Add(this ComWrapper<IListInteger> listCom, int element)
Parameters
Clear(ComWrapper<IListInteger>)
Declaration
public static void Clear(this ComWrapper<IListInteger> listCom)
Parameters
Contains(ComWrapper<IListInteger>, int)
True if the list contains the element
Declaration
public static bool Contains(this ComWrapper<IListInteger> listCom, int element)
Parameters
Returns
Count(ComWrapper<IListInteger>)
Count of elements in the list
Declaration
public static int Count(this ComWrapper<IListInteger> listCom)
Parameters
Returns
Get(ComWrapper<IListInteger>, int)
Get element by index (0..Count-1)
Declaration
public static int Get(this ComWrapper<IListInteger> listCom, int index)
Parameters
Returns
Remove(ComWrapper<IListInteger>, int)
Remove element from the list
Declaration
public static void Remove(this ComWrapper<IListInteger> listCom, int element)
Parameters