NearlyGenericArrayList:
Implemented a Clear method which calls the internal ArrayList's Clear method.
Implemented two implicit operator calls to help with marshalling data. You can assign a NGAL to a vanilla ArrayList and the implicit operator will clone and supply the internal ArrayList.
↧