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

SetRange() public method

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