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

InsertRange() private method

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