System.Collections.ArrayList.FixedSizeList.Insert C# (CSharp) Метод

Insert() публичный Метод

public Insert ( int index, Object obj ) : void
index int
obj Object
Результат void
            public virtual void Insert(int index, Object obj)
            {
                throw new NotSupportedException(SR.NotSupported_FixedSizeCollection);
            }