InputVariable 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
InputVariable() |
Initializes a new instance of the InputVariable class. |
InputVariable(InputVariable) |
Initializes a new instance of the InputVariable class from an existing instance. |
InputVariable()
Initializes a new instance of the InputVariable class.
public InputVariable ();
Public Sub New ()
Applies to
InputVariable(InputVariable)
Initializes a new instance of the InputVariable class from an existing instance.
public InputVariable (Microsoft.SemanticKernel.InputVariable inputVariable);
new Microsoft.SemanticKernel.InputVariable : Microsoft.SemanticKernel.InputVariable -> Microsoft.SemanticKernel.InputVariable
Public Sub New (inputVariable As InputVariable)
Parameters
- inputVariable
- InputVariable