Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
NRack
Helpers
Proc
C# Class NRack.Helpers.Proc
The Proc class wraps a delegate and adds a Call method to dynamically invoke the delegate with arguments. This is a workaround for the limitation of unsupported extension methods during runtime binding.
Afficher le fichier
Open project: kevinswiber/NRack
Méthodes publiques
Méthode
Description
Call
( ) :
dynamic
Dynamically invoke the delegate with parameters.
Proc
(
Delegate
wrappedFunction
) :
System
Method Details
Call()
public
méthode
Dynamically invoke the delegate with parameters.
public
Call
( ) :
dynamic
Résultat
dynamic
Proc()
public
méthode
public
Proc
(
Delegate
wrappedFunction
) :
System
wrappedFunction
System.Delegate
Résultat
System