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

InsertRange() 개인적인 메소드

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