6 lines
164 B
C#
6 lines
164 B
C#
using System.Collections.Concurrent;
|
|
|
|
namespace Toolkit.Foundation;
|
|
|
|
public class SubscriptionCollection :
|
|
ConcurrentDictionary<object, List<WeakReference>>; |