Skip to content

T_CodeJam_Disposable_EmptyDisposable

andrewvk edited this page Jun 23, 2016 · 7 revisions

Disposable.EmptyDisposable Structure

The IDisposable implementation with no action on Dispose()

Namespace: CodeJam
Assembly: CodeJam (in CodeJam.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

public struct EmptyDisposable : IDisposable

VB

Public Structure EmptyDisposable
	Implements IDisposable

F#

[<SealedAttribute>]
type EmptyDisposable =  
    struct
        interface IDisposable
    end

The Disposable.EmptyDisposable type exposes the following members.

Methods

 

Name Description
Public method Dispose Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Public method Equals Indicates whether this instance and a specified object are equal. (Inherited from ValueType.)
Public method GetHashCode Returns the hash code for this instance. (Inherited from ValueType.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method ToString Returns the fully qualified type name of this instance. (Inherited from ValueType.)
  Back to Top

See Also

Reference

CodeJam Namespace

Clone this wiki locally