C# Class LSharp.Function

An LSharp function is really just a wrapper for a delegate, but this allows us to tag it with documentation and information about the calling convention.
Afficher le fichier Open project: RobBlackwell/LSharp

Méthodes publiques

Méthode Description
Call ( object args ) : object
Function ( Delegate implementation ) : System
Function ( Delegate implementation, string signature, string documentation, bool aggregateArgs ) : System

Method Details

Call() public méthode

public Call ( object args ) : object
args object
Résultat object

Function() public méthode

public Function ( Delegate implementation ) : System
implementation System.Delegate
Résultat System

Function() public méthode

public Function ( Delegate implementation, string signature, string documentation, bool aggregateArgs ) : System
implementation System.Delegate
signature string
documentation string
aggregateArgs bool
Résultat System