Endorphin.Core


DisposableBox<'T>

Namespace: Endorphin.Core
Parent Module: QueuedAccessAgent

Constructors

ConstructorDescription
new(contents, disposeAction)
Signature: (contents:'T * disposeAction:(unit -> unit)) -> DisposableBox<'T>

CompiledName: .ctor

Instance members

Instance memberDescription
Contents
Signature: 'T

CompiledName: get_Contents

Fork me on GitHub