Click or drag to resize

Parameter Constructor

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
)

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