System.Collections.ArrayList.ReadOnlyArrayList.Reverse C# (CSharp) Method

Reverse() private method

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