Show / Hide Table of Contents

Delegate ConnectionCollection.DictionaryChangedEvent

Namespace: Experior.Core.Collections
Assembly: Experior.Core.dll
Syntax
public delegate void DictionaryChangedEvent(ReadOnlyDictionary<string, Connection> sender);
Parameters
Type Name Description
ReadOnlyDictionary<System.String, Connection> sender
Back to top Generated by DocFX