DisposableStaticLazyStack<T> Class

Summary

A InspectorGadgets.StaticLazyStack`1 which implements System.IDisposable.Dispose to automatically call InspectorGadgets.StaticLazyStack`1.Decrement
Assembly
Kybernetik.InspectorGadgets.Editor.dll
Namespace
InspectorGadgets
Interfaces
  • IDisposable
Base Types
Derived Types
graph BT Type-->Base0["StaticLazyStack<T>"] Base0-->Base1["Object"] Type-.->Interface0["IDisposable"] Type["DisposableStaticLazyStack<T>"] class Type type-node Derived0["SimpleStaticLazyStack<TStack, TValue>"]-->Type click Derived0 "/inspector-gadgets/api/InspectorGadgets/SimpleStaticLazyStack_2"

Syntax

public abstract class DisposableStaticLazyStack<T> : StaticLazyStack<T>, IDisposable 
    where T : StaticLazyStack<T>, new()

Type Parameters

Name Description
T

Methods

Name Value Summary
Dispose() void
Calls InspectorGadgets.StaticLazyStack`1.Decrement and can be overridden.