Skip to main content

<79d49280-9f55-4197-89a8-9ff9b45290e2>ObserversList<T, TParam>.ObserversListPerParam<T, TParam> Class

Definition

Assembly:AvaloniaUI.DiagnosticsSupport.Avalonia
Package:AvaloniaUI.DiagnosticsSupport
public class <79d49280-9f55-4197-89a8-9ff9b45290e2>ObserversList<T, TParam>.ObserversListPerParam<T, TParam>

Inheritance: LinkedList<IObserver<>> -> <79d49280-9f55-4197-89a8-9ff9b45290e2>ObserversList<T, TParam>.ObserversListPerParam<T, TParam>

Implements: IObservable<>

Constructors

<79d49280-9f55-4197-89a8-9ff9b45290e2>ObserversList<T, TParam>.ObserversListPerParam<T, TParam> Constructor

public <79d49280-9f55-4197-89a8-9ff9b45290e2>ObserversList<T, TParam>.ObserversListPerParam<T, TParam>(AvaloniaUI.DiagnosticsProtocol.<79d49280-9f55-4197-89a8-9ff9b45290e2>ObserversList<T,TParam><T, TParam> parent, TParam param)

Parameters

parent AvaloniaUI.DiagnosticsProtocol.<79d49280-9f55-4197-89a8-9ff9b45290e2>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; }