Interface IListString
Simple equivalent of List of strings
Assembly: CAMAPI.Generic.List.dll
Syntax
[Guid("E6A24EDA-5479-42B6-B5DF-BA76CB97053E")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface IListString
Methods
Add(string)
Declaration
Parameters
Type |
Name |
Description |
string |
element |
|
Clear()
Declaration
Contains(string)
Declaration
bool Contains(string element)
Parameters
Type |
Name |
Description |
string |
element |
|
Returns
Count()
Declaration
Returns
Get(int)
Declaration
Parameters
Type |
Name |
Description |
int |
index |
|
Returns
Read(string, string)
Clear existing elements and add new elements from one string with delimiter
Declaration
void Read(string elements, string delimiter)
Parameters
Remove(string)
Remove existing element. If not found, do nothing
Declaration
void Remove(string element)
Parameters
Type |
Name |
Description |
string |
element |
|