Initializes a new instance of the
Parameter class
Namespace:
VelocityGraph.Frontenac.Blueprints
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax public Parameter(
Object key,
Object value
)
Public Sub New (
key As Object,
value As Object
)
public:
Parameter(
Object^ key,
Object^ value
)
new :
key : Object *
value : Object -> Parameter
Parameters
- key
- Type: SystemObject
[Missing <param name="key"/> documentation for "M:VelocityGraph.Frontenac.Blueprints.Parameter.#ctor(System.Object,System.Object)"]
- value
- Type: SystemObject
[Missing <param name="value"/> documentation for "M:VelocityGraph.Frontenac.Blueprints.Parameter.#ctor(System.Object,System.Object)"]
See Also