ValueParameter<TValue>(TValue) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
ValueParameter(TValue value);
public ValueParameter (TValue value);
new Microsoft.Practices.ObjectBuilder.ValueParameter<'Value> : 'Value -> Microsoft.Practices.ObjectBuilder.ValueParameter<'Value>
Public Sub New (value As TValue)
Parameters
- value
- TValue