DynamicExpression.DelegateType Propiedad

Definición

Obtiene el tipo de delegado usado por CallSite.

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

Valor de propiedad

Objeto Type que representa el tipo de delegado usado por CallSite.

Implementaciones

Se aplica a