RFEventDictionaryDictionary Property |
Namespace: Veeplay.utillitiesAssembly: Veeplay (in Veeplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public ConcurrentDictionary<Delegate, List<IDisposable>> Dictionary { get; }
Public ReadOnly Property Dictionary As ConcurrentDictionary(Of Delegate, List(Of IDisposable))
Get
public:
property ConcurrentDictionary<Delegate^, List<IDisposable^>^>^ Dictionary {
ConcurrentDictionary<Delegate^, List<IDisposable^>^>^ get ();
}
member Dictionary : ConcurrentDictionary<Delegate, List<IDisposable>> with get
Property Value
Type:
ConcurrentDictionaryDelegate,
ListIDisposableSee Also