ParameterTK, TV Constructor  | 
  
    Namespace: 
   Frontenac.Blueprints
    Assembly:
   VelocityGraph (in VelocityGraph.dll) Version: 10.1.0.0 (10.1)
Syntaxpublic Parameter(
	TK key,
	TV value
)
Public Sub New ( 
	key As TK,
	value As TV
)
public:
Parameter(
	TK key, 
	TV value
)
new : 
        key : 'TK * 
        value : 'TV -> ParameterParameters
- key
 - Type: TK
[Missing <param name="key"/> documentation for "M:Frontenac.Blueprints.Parameter`2.#ctor(`0,`1)"]
 - value
 - Type: TV
[Missing <param name="value"/> documentation for "M:Frontenac.Blueprints.Parameter`2.#ctor(`0,`1)"]
 
See Also