Skip to content

RxCommand.Dispose() method

Defined in

Type: RxCommand Namespace: ReactiveMarbles.Command Assembly: ReactiveMarbles.Command.dll

Applies to

netstandard2.0

Overloads

  • 1. public void Dispose()
  • 2. protected virtual void Dispose(bool disposing)

1. Overload

public void Dispose()

View source

Inherited documentation

These docs were inherited from IDisposable. The member doesn't override them on this type.

2. Overload

protected virtual void Dispose(bool disposing)

View source

Summary: Dispose of the members that are disposable.

Parameters

NameTypeDescription
disposingboolA value that indicates whether or not is is being disposed by the dispose method.