Initializes a new instance of the 
Parameter class
 
    Namespace: 
   Frontenac.Blueprints
    Assembly:
   VelocityGraph (in VelocityGraph.dll) Version: 10.1.0.0 (10.1)
Syntaxpublic 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 -> ParameterParameters
- 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