ArrayExtensionsDeinitializeAll Method

Overload List

DeinitializeAllT(T) Deinitializes all the elements of the specified Array.

This method just turns to all the elements,

if you also need to dispose them, call DisposeAllT(IEnumerableT) method instead.

DeinitializeAllT(T) Deinitializes all the elements of the specified jagged Array.

This method just turns to all the elements,

if you also need to dispose them, call DisposeAllT(IEnumerableT) method instead.

See Also