Show / Hide Table of Contents

Class ActionDisposable

Inheritance
object
ActionDisposable
Implements
IDisposable
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: RGB.NET.Core
Assembly: RGB.NET.Core.dll
Syntax
public sealed class ActionDisposable : IDisposable

Constructors

| Edit this page View Source

ActionDisposable(Action)

Declaration
public ActionDisposable(Action onDispose)
Parameters
Type Name Description
Action onDispose

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
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX