IDisposable<T> Interface

Namespace
global
Interfaces
  • IDisposable
graph BT Type-.->Interface0["IDisposable"] Type["IDisposable<T>"] class Type type-node

Syntax

public interface IDisposable<out T> : IDisposable

Type Parameters

Name Description
T

Properties

Name Value Summary
Value T

Extension Methods

GitHub