ICollection#
Interface ICollection
Hierarchy
- ICollection
Methods
Methods
clear
copy
- copy(other): void
- 
Creates a copy of a given collection. Parameters- 
other: ICollectionA ICollection object. 
 Returns void
- 
Creates a copy of a given collection.
A ICollection object.
Removes all elements from a collection without deleting the collection itself.