Struct CacheTracker<T>
Assembly: Mapsui.dll
Syntax
public readonly struct CacheTracker<T> : IDisposable
Type Parameters
Constructors
|
Edit this page
View Source
CacheTracker(ICacheHolder, T)
Declaration
public CacheTracker(ICacheHolder holder, T instance)
Parameters
|
Edit this page
View Source
CacheTracker(T)
Declaration
public CacheTracker(T instance)
Parameters
| Type |
Name |
Description |
| T |
instance |
|
Properties
|
Edit this page
View Source
Instance
Declaration
public T Instance { get; }
Property Value
Methods
|
Edit this page
View Source
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Declaration
Implements
Extension Methods