ArrayList4<E>.

ArrayList4(ICollection<E>) Constructor

Summary

Initializes a collection with the members of the parameter collection.

Syntax

public ArrayList4(ICollection<E> c)

Parameters

Name Type Description
c ICollection<E>

Return Value

Type Description
void