System.Collections.ArrayList.FixedSizeArrayList.Insert C# (CSharp) Method

Insert() public method

public Insert ( int index, Object obj ) : void
index int
obj Object
return void
            public override void Insert(int index, Object obj)
            {
                throw new NotSupportedException(SR.NotSupported_FixedSizeCollection);
            }