Returns a list wrapper with a fixed size, where elements are only allowed to be modified, not added or removed.
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;
ArrayList Class | ArrayList Members | System.Collections Namespace