C# 클래스 RemoteClient.Roslyn.DisposableBase

DisposableBase class. Represents an implementation of the IDisposable interface.
상속: IDisposable
파일 보기 프로젝트 열기: Pzixel/RemoteClient.Roslyn

공개 메소드들

메소드 설명
Dispose ( ) : void

Performs application-defined tasks associated with disposing of resources.

보호된 메소드들

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

Dispose resources. Override this method in derived classes. Unmanaged resources should always be released when this method is called. Managed resources may only be disposed of if disposing is true.

메소드 상세

Dispose() 공개 메소드

Performs application-defined tasks associated with disposing of resources.
public Dispose ( ) : void
리턴 void

Dispose() 보호된 추상적인 메소드

Dispose resources. Override this method in derived classes. Unmanaged resources should always be released when this method is called. Managed resources may only be disposed of if disposing is true.
protected abstract Dispose ( bool disposing ) : void
disposing bool A value which indicates whether managed resources may be disposed of.
리턴 void