Edit

Share via


ObserverManager<TIdentity,TObserver>.Observers Property

Definition

Gets a copy of the observers.

public System.Collections.Generic.IDictionary<TIdentity,TObserver> Observers { get; }
member this.Observers : System.Collections.Generic.IDictionary<'Identity, 'Observer>
Public ReadOnly Property Observers As IDictionary(Of TIdentity, TObserver)

Property Value

IDictionary<TIdentity,TObserver>

Applies to