Click or drag to resize

DelegateDisposable Constructor

Initializes a new instance of the DelegateDisposable class

Namespace: RAYLASE.Shared
Assembly: RAYLASE.Shared (in RAYLASE.Shared.dll) Version: 2.19.0
Syntax
C#
public DelegateDisposable(
	Action onDispose
)

Parameters

onDispose  Action

[Missing <param name="onDispose"/> documentation for "M:RAYLASE.Shared.DelegateDisposable.#ctor(System.Action)"]

See Also