ValueParameter(Type, Object) 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(Type ^ valueType, System::Object ^ value);
public ValueParameter (Type valueType, object value);
new Microsoft.Practices.ObjectBuilder.ValueParameter : Type * obj -> Microsoft.Practices.ObjectBuilder.ValueParameter
Public Sub New (valueType As Type, value As Object)
Parameters
- valueType
- Type
- value
- Object