System.Collections.ArrayList.FixedSizeArrayList.RemoveRange C# (CSharp) 메소드

RemoveRange() 개인적인 메소드

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