ComArray.CreateList

Creates an empty List of T.

public bool CreateList(string listTypeName)

Parameters

listTypeName
.NET Type of the items in the List

See also