Provides some extension methods for various collections.
| Method | Description |
|---|---|
| CopyFromNBC | Clears this list and then copies all the elements of an array to this list. |
| ToArray | Returns a new managed array with all the elements copied from a set. |
| ToArrayNBC | Returns a new managed array which is a copy of this list. |