ExportedDelegate.CreateDelegate(Type) Metodo

Definizione

Ottiene un delegato del tipo specificato.

public:
 virtual Delegate ^ CreateDelegate(Type ^ delegateType);
public virtual Delegate CreateDelegate (Type delegateType);
public virtual Delegate? CreateDelegate (Type delegateType);
abstract member CreateDelegate : Type -> Delegate
override this.CreateDelegate : Type -> Delegate
Public Overridable Function CreateDelegate (delegateType As Type) As Delegate

Parametri

delegateType
Type

Tipo del delegato da restituire.

Restituisce

Delegato del tipo specificato o null se non è possibile creare tale delegato.

Si applica a