DelegateExtensions Class

Provides extension methods for delegates.

Definition

Namespace: KGySoft.CoreLibraries
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0-preview.1
C#
public static class DelegateExtensions
Inheritance
Object    DelegateExtensions

Methods

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.

See Also