List<Object>(Variable) Constructor

Top 

Description

Creates a new List<Object> object using the count specified by count.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

 

Constructor Signature

List<Object>(

Variable count)

 

 

Arguments

count


Description:

Count of the List

Valid Range:

count ≥ 0

 

 

 

Syntax

List<Object> myList<Object>1(myVariable1);

 

 

See also

List<Object> Object

Lists Guide