Class FutureDelegate<TDelegate>

Represents a System.Delegate that is compiled in the future.

Inheritance
System.Object
FutureDelegate<TDelegate>
Namespace: Solti.Utils.Primitives
Assembly: Solti.Utils.Primitives.dll
Syntax
public sealed class FutureDelegate<TDelegate> : Object where TDelegate : Delegate
Type Parameters
Name Description
TDelegate

Constructors

FutureDelegate()

Declaration
public FutureDelegate()

Properties

IsCompiled

Returns true if the Value contains a compiled delegate, false otherwise.

Declaration
public bool IsCompiled { get; }
Property Value
Type Description
System.Boolean

Value

The compiled delegate.

Declaration
public TDelegate Value { get; }
Property Value
Type Description
TDelegate
In This Article
Back to top Generated by DocFX