System.Collections.ArrayList.ReadOnlyArrayList.RemoveRange C# (CSharp) Méthode

RemoveRange() private méthode

private RemoveRange ( int index, int count ) : void
index int
count int
Résultat void
            public override void RemoveRange(int index, int count)
            {
                throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection);
            }