System.Collections.ArrayList.ReadOnlyArrayList.Reverse C# (CSharp) 메소드

Reverse() 개인적인 메소드

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