Modifier

DynamicExpression.DelegateType Property

Definition

Gets the type of the delegate used by the CallSite.

public:
 property Type ^ DelegateType { Type ^ get(); };
public Type DelegateType { get; }
member this.DelegateType : Type
Public ReadOnly Property DelegateType As Type

Property Value

The Type object representing the type of the delegate used by the CallSite.

Implements

Applies to