CX
Public / Methods
DisposeAll
Disposes all given objects and sets the corresponding array elements to null
.
The variable that holds the given disposables in must be cleared to null
after this method has returned in order to guarantee correct resource management.
Mine
The calling code holds ownership on the given value in in a way that is not understandable to static code analysis.
- See also