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

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

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