Class SingleAssignmentDisposable

Index

Constructor methods

Properties

Methods

Constructor methods

constructor(): SingleAssignmentDisposable

Returns

SingleAssignmentDisposable

Properties

public current: IDisposable

public isDisposed: boolean

Methods

public dispose()

public getDisposable(): IDisposable

Returns

IDisposable

public setDisposable(value: IDisposable)

Parameters