Search Results for

    Show / Hide Table of Contents

    Struct CacheTracker<T>

    Implements
    IDisposable
    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Mapsui.Rendering.Caching
    Assembly: Mapsui.dll
    Syntax
    public readonly struct CacheTracker<T> : IDisposable
    Type Parameters
    Name Description
    T

    Constructors

    | Edit this page View Source

    CacheTracker(ICacheHolder, T)

    Declaration
    public CacheTracker(ICacheHolder holder, T instance)
    Parameters
    Type Name Description
    ICacheHolder holder
    T instance
    | 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
    Type Description
    T

    Methods

    | Edit this page View Source

    Dispose()

    Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

    Declaration
    public void Dispose()

    Implements

    IDisposable

    Extension Methods

    DisposableExtension.DisposeIfDisposable(object?)
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX