Show / Hide Table of Contents

Class Disposable

Inheritance
System.Object
Disposable
Namespace: VRage.Library.Utils
Assembly: VRage.Library.dll
Syntax
public class Disposable : Object, IDisposable

Constructors

Disposable(Boolean)

Declaration
public Disposable(bool collectStack = false)
Parameters
Type Name Description
System.Boolean collectStack

Methods

Dispose()

Declaration
public virtual void Dispose()

Finalize()

Declaration
protected override void Finalize()
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾