C# Class Dynamitey.InvokeArg

Use for Named arguments passed to InvokeMethods
Exibir arquivo Open project: ekonbenefits/dynamitey

Public Properties

Property Type Description
Create Func

Public Methods

Method Description
InvokeArg ( string name, object value ) : System

Initializes a new instance of the InvokeArg class.

Method Details

InvokeArg() public method

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

Property Details

Create public_oe static_oe property

Create Function can set to variable to make cleaner syntax;
public static Func Create
return Func