Click or drag to resize

Parameter Constructor

Initializes a new instance of the Parameter class

Namespace:  Frontenac.Blueprints
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 10.1.0.0 (10.1)
Syntax
public Parameter(
	Object key,
	Object value
)

Parameters

key
Type: SystemObject

[Missing <param name="key"/> documentation for "M:Frontenac.Blueprints.Parameter.#ctor(System.Object,System.Object)"]

value
Type: SystemObject

[Missing <param name="value"/> documentation for "M:Frontenac.Blueprints.Parameter.#ctor(System.Object,System.Object)"]

See Also