Construct a positional parameter with the specified constant value.

Declaration Syntax
public PositionalParameter(
int position,
Object value
)
public:
PositionalParameter(
int position,
Object^ value
)

Parameters
- position (Int32)
- The zero-based position of the parameter.
- value (Object)
- The parameter value.
Assembly:
Autofac (Module: Autofac) Version: 2.1.13.813 (2.1.13.813)