CreationParameter Constructors
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.
Overloads
CreationParameter(Type) | |
CreationParameter(Type, String) |
CreationParameter(Type)
public:
CreationParameter(Type ^ type);
public CreationParameter (Type type);
new Microsoft.Practices.ObjectBuilder.CreationParameter : Type -> Microsoft.Practices.ObjectBuilder.CreationParameter
Public Sub New (type As Type)
Parameters
- type
- Type
Applies to
CreationParameter(Type, String)
public:
CreationParameter(Type ^ type, System::String ^ id);
public CreationParameter (Type type, string id);
new Microsoft.Practices.ObjectBuilder.CreationParameter : Type * string -> Microsoft.Practices.ObjectBuilder.CreationParameter
Public Sub New (type As Type, id As String)
Parameters
- type
- Type
- id
- String