Skip to main content

ObserversList<T, TParam>.ObserversListPerParam<T, TParam> Class

Definition

Assembly:AvaloniaUI.DiagnosticsSupport.Avalonia
Package:AvaloniaUI.DiagnosticsSupport
public class ObserversList<T, TParam>.ObserversListPerParam<T, TParam>

Inheritance: LinkedList<IObserver<>> -> ObserversList<T, TParam>.ObserversListPerParam<T, TParam>

Implements: IObservable<>

Constructors

ObserversList<T, TParam>.ObserversListPerParam<T, TParam> Constructor

public ObserversList<T, TParam>.ObserversListPerParam<T, TParam>(AvaloniaUI.DiagnosticsProtocol.ObserversList<T,TParam><T, TParam> parent, TParam param)

Parameters

parent AvaloniaUI.DiagnosticsProtocol.ObserversList<T,TParam><T, TParam>

param TParam

Methods

NameDescription
SubscribeNo summary available.

Subscribe Method

public IDisposable Subscribe(IObserver<T> observer)

Parameters

observer IObserver<T>

Returns

IDisposable

Properties

NameDescription
ParamNo summary available.

Param Property

public TParam Param { get; set; }