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

RemoveRange() private method

private RemoveRange ( int index, int count ) : void
index int
count int
return void
            public override void RemoveRange(int index, int count)
            {
                throw new NotSupportedException(SR.NotSupported_FixedSizeCollection);
            }