NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ArrayList Constructor ()

Creates an empty ArrayList with an initial capacity of 16.

[Visual Basic]
Overloads Public Sub New()
[C#]
public ArrayList();
[C++]
public: ArrayList();
[JScript]
public function ArrayList();

Remarks

When adding elements to the list and the number of elements exceeds the capacity, the capacity is doubled.

See Also

ArrayList Class | ArrayList Members | System.Collections Namespace | ArrayList Constructor Overload List | Capacity