System.Collections.ArrayList.FixedSizeArrayListWrapper.AddRange C# (CSharp) Method

AddRange() public method

public AddRange ( ICollection c ) : void
c ICollection
return void
			public override void AddRange(ICollection c) 
			{
				throw new NotSupportedException(this.ErrorMessage);
			}