Partager via


EventCommandAdapter<TInvoker>.Invokers Property

Definition

public:
 property System::Collections::ObjectModel::ReadOnlyDictionary<TInvoker, System::Collections::Generic::List<System::String ^> ^> ^ Invokers { System::Collections::ObjectModel::ReadOnlyDictionary<TInvoker, System::Collections::Generic::List<System::String ^> ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyDictionary<TInvoker,System.Collections.Generic.List<string>> Invokers { get; }
member this.Invokers : System.Collections.ObjectModel.ReadOnlyDictionary<'Invoker, System.Collections.Generic.List<string>>
Public ReadOnly Property Invokers As ReadOnlyDictionary(Of TInvoker, List(Of String))

Property Value

Applies to