System.Collections.ArrayList.ReadOnlyArrayList.SetRange C# (CSharp) Метод

SetRange() приватный Метод

private SetRange ( int index, ICollection c ) : void
index int
c ICollection
Результат void
            public override void SetRange(int index, ICollection c)
            {
                throw new NotSupportedException(SR.NotSupported_ReadOnlyCollection);
            }