Show / Hide Table of Contents

    Class LazyDisposable

    Inheritance
    System.Object
    LazyDisposable
    Implements
    System.IDisposable
    Namespace: MonoMod.Utils
    Assembly: MonoMod.Utils.dll
    Syntax
    public sealed class LazyDisposable : Object, IDisposable

    Constructors

    LazyDisposable()

    Declaration
    public LazyDisposable()

    LazyDisposable(Action)

    Declaration
    public LazyDisposable(Action a)
    Parameters
    Type Name Description
    System.Action a

    Methods

    Dispose()

    Declaration
    public void Dispose()

    Events

    OnDispose

    Declaration
    public event Action OnDispose
    Event Type
    Type Description
    System.Action

    Implements

    System.IDisposable
    Back to top Yet another C# modding swiss army knife.