Namespace ISynergy.Framework.Core.Abstractions.Events
Interfaces
IExecuteWithObject
This interface is meant for the WeakAction<T> class and can be useful if you store multiple WeakAction{T} instances but don't know in advance what type T represents.
IExecuteWithObjectAndResult
This interface is meant for the WeakFunc<TResult> class and can be useful if you store multiple WeakFunc{T} instances but don't know in advance what type T represents.