Returns a new ArrayList whose elements are copies of the specified object.
A new ArrayList with count number of elements, all of which are copies of value.
Type Reason ArgumentOutOfRangeException count < 0.
If count is less than the default initial capacity, 16, the ArrayList.Capacity of the new ArrayList instance is set to the default initial capacity. Otherwise, the capacity is set to count . The ArrayList.Count of the new instance is set to count.
Namespace: System.Collections
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0