ExportedDelegate.CreateDelegate(Type) Método

Definição

Recebe um delegado do tipo especificado.

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

Parâmetros

delegateType
Type

O tipo de delegado que regressa.

Devoluções

Um delegado do tipo especificado, ou null , se não houver, pode ser criado.

Aplica-se a