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.FixedSize

Returns a list wrapper with a fixed size, where elements are only allowed to be modified, not added or removed.

Overload List

Returns an IList wrapper with a fixed size.

[Visual Basic] Overloads Public Shared Function FixedSize(IList) As IList
[C#] public static IList FixedSize(IList);
[C++] public: static IList* FixedSize(IList*);
[JScript] public static function FixedSize(IList) : IList;

Returns an ArrayList wrapper with a fixed size.

[Visual Basic] Overloads Public Shared Function FixedSize(ArrayList) As ArrayList
[C#] public static ArrayList FixedSize(ArrayList);
[C++] public: static ArrayList* FixedSize(ArrayList*);
[JScript] public static function FixedSize(ArrayList) : ArrayList;

See Also

ArrayList Class | ArrayList Members | System.Collections Namespace