Takes any number of disposables and traps any errors that occur when disposing. Returns an array of the exceptions thrown.
Rest
The objects to dispose of. Can accept and will ignore objects that don't have a dispose() method.
Generated using TypeDoc
Takes any number of disposables and traps any errors that occur when disposing. Returns an array of the exceptions thrown.