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

SetRange() private method

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