C# Class Dynamitey.InvokeArg

Use for Named arguments passed to InvokeMethods
Afficher le fichier Open project: ekonbenefits/dynamitey

Méthodes publiques

Свойство Type Description
Create Func

Méthodes publiques

Méthode Description
InvokeArg ( string name, object value ) : System

Initializes a new instance of the InvokeArg class.

Method Details

InvokeArg() public méthode

Initializes a new instance of the InvokeArg class.
public InvokeArg ( string name, object value ) : System
name string The name.
value object The value.
Résultat System

Property Details

Create public_oe static_oe property

Create Function can set to variable to make cleaner syntax;
public static Func Create
Résultat Func