C# Class Microsoft.Scripting.ComInterop.SimpleArgBuilder

SimpleArgBuilder produces the value produced by the user as the argument value. It also tracks information about the original parameter and is used to create extended methods for params arrays and param dictionary functions.
Inheritance: ArgBuilder
Show file Open project: jschementi/iron Class Usage Examples

Private Properties

Property Type Description
Marshal System.Linq.Expressions.Expression
SimpleArgBuilder System.Linq.Expressions
UnmarshalFromRef System.Linq.Expressions.Expression

Private Methods

Method Description
Marshal ( Expression parameter ) : Expression
SimpleArgBuilder ( Type parameterType ) : System.Linq.Expressions
UnmarshalFromRef ( Expression newValue ) : Expression