C# 클래스 MongoDB.Shared.CanonicalDisposableStruct

Represents a struct that owns one or more disposable resources.
파일 보기 프로젝트 열기: m969/BodyET

공개 메소드들

메소드 설명
CanonicalDisposableStruct ( IDisposable disposableResource ) : System

Initializes a new instance of the CanonicalDisposableStruct struct.

Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

SomeMethod ( ) : void

Some method.

비공개 메소드들

메소드 설명
Dispose ( bool disposing ) : void
ThrowIfDisposed ( ) : void

메소드 상세

CanonicalDisposableStruct() 공개 메소드

Initializes a new instance of the CanonicalDisposableStruct struct.
public CanonicalDisposableStruct ( IDisposable disposableResource ) : System
disposableResource IDisposable A disposable resource.
리턴 System

Dispose() 공개 메소드

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
리턴 void

SomeMethod() 공개 메소드

Some method.
public SomeMethod ( ) : void
리턴 void