System.Collections.ArrayList.FixedSizeArrayListWrapper.InsertRange C# (CSharp) Метод

InsertRange() публичный Метод

public InsertRange ( int index, ICollection c ) : void
index int
c ICollection
Результат void
			public override void InsertRange(int index, ICollection c) 
			{
				throw new NotSupportedException(this.ErrorMessage);
			}