ComArray.CreateItem

Creates an instance of the array's member type without actually adding it to the array. This is useful to more easily create members without having to specify the full type signature each time.

Assumes that the array exists already so that the item type can be inferred.

public object CreateItem();

See also:

Class ComArray

© West Wind Technologies, 2004-2020 • Updated: 09/22/12
Comment or report problem with topic