NotifyingCollection:
Implemented a couple new constructors to allow the storage to be initialized with some data.
Added bounds checking for some operations.
Added size limit to CopyTo to ensure we don't try to write past target array size or our own data length.
Added two new implicit operators to help with data work. NC is assignable to an Object[] and an Object[] to a NC.
↧