Class DisposableWrapper<T>
Inheritance
DisposableWrapper<T>
Assembly: Mapsui.dll
Syntax
public class DisposableWrapper<T> : IDisposable where T : IDisposable
Type Parameters
Constructors
|
Edit this page
View Source
DisposableWrapper(T, bool)
Declaration
public DisposableWrapper(T wrappedObject, bool ownsObject)
Parameters
| Type |
Name |
Description |
| T |
wrappedObject |
|
| bool |
ownsObject |
|
Properties
|
Edit this page
View Source
WrappedObject
Declaration
public T WrappedObject { get; }
Property Value
Methods
|
Edit this page
View Source
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Declaration
|
Edit this page
View Source
Dispose(bool)
Declaration
protected virtual void Dispose(bool disposing)
Parameters
| Type |
Name |
Description |
| bool |
disposing |
|
|
Edit this page
View Source
~DisposableWrapper()
Declaration
protected ~DisposableWrapper()
Implements
Extension Methods