Autofac .NET Inversion of Control Container
PositionalParameter Constructor (position, value)
NamespacesAutofacPositionalParameterPositionalParameter(Int32, Object)
Construct a positional parameter with the specified constant value.
Declaration Syntax
C#Visual BasicVisual C++
public PositionalParameter(
	int position,
	Object value
)
Public Sub New ( _
	position As Integer, _
	value As Object _
)
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)