Takes an array of disposable objects and ensures they are disposed.
The objects to dispose of. Can accept and will ignore objects that don't have a dispose() method.
Optional
If true, prevents exceptions from being thrown when disposing.
Generated using TypeDoc
Takes an array of disposable objects and ensures they are disposed.