Class ListStringHelper
Helper methods for IListString
Inherited Members
Namespace: CAMAPI.DotnetHelper
Assembly: CAMAPI.DotnetHelper.dll
Syntax
public static class ListStringHelper
Methods
AsEnumerable(ComWrapper<IListString>)
List all string items in the list, releasing the COM object when done
Declaration
public static IEnumerable<string> AsEnumerable(this ComWrapper<IListString> listCom)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<IListString> | listCom |
Returns
| Type | Description |
|---|---|
| IEnumerable<string> |