DelegateExtensions Class
Provides extension methods for delegates.
Namespace: KGySoft.CoreLibrariesAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0-preview.1
public static class DelegateExtensions
<ExtensionAttribute>
Public NotInheritable Class DelegateExtensions
[ExtensionAttribute]
public ref class DelegateExtensions abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type DelegateExtensions = class end
- Inheritance
- Object DelegateExtensions
AddSafeTDelegate |
Combines value with the referenced location in a thread-safe way.
|
RemoveSafeTDelegate |
If the referenced location contains the value delegate, then the last occurrence of it will be removed in a thread-safe way.
|