C# Class Shovel.Callable

Afficher le fichier Open project: mbrezu/Shovel Class Usage Examples

Méthodes publiques

Свойство Type Description
CollectParamsArityModifier int

Private Properties

Свойство Type Description
MakeHostCallable Func
MakeHostCallable Func
MakeHostCallable Func
MakeHostCallable Func
MakePrim0 Callable

Méthodes publiques

Méthode Description
MakeUdp ( string name, Action udp, int arity = null ) : Callable

Private Methods

Méthode Description
MakeHostCallable ( Func callable ) : Func
MakeHostCallable ( Func callable ) : Func
MakeHostCallable ( Func callable ) : Func
MakeHostCallable ( Value>.Func callable ) : Func
MakePrim0 ( string name, Func hostCallable, int arity = 2 ) : Callable

Method Details

MakeUdp() public static méthode

public static MakeUdp ( string name, Action udp, int arity = null ) : Callable
name string
udp Action
arity int
Résultat Callable

Property Details

CollectParamsArityModifier public_oe static_oe property

public static int CollectParamsArityModifier
Résultat int