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!

ObjectList Constructor (Int32)

[To be supplied.]

[Visual Basic]
Overloads Public Sub New( _
   ByVal capacity As Integer _
)
[C#]
public ObjectList(
   int capacity
);
[C++]
public: ObjectList(
   int capacity
);
[JScript]
public function ObjectList(
   capacity : int
);

Parameters

capacity
[To be supplied.]

See Also

ObjectList Class | ObjectList Members | System.Collections Namespace | ObjectList Constructor Overload List