ParameterTK, TV Constructor |
Namespace:
VelocityGraph.Frontenac.Blueprints
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax public 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 -> Parameter
Parameters
- key
- Type: TK
[Missing <param name="key"/> documentation for "M:VelocityGraph.Frontenac.Blueprints.Parameter`2.#ctor(`0,`1)"]
- value
- Type: TV
[Missing <param name="value"/> documentation for "M:VelocityGraph.Frontenac.Blueprints.Parameter`2.#ctor(`0,`1)"]
See Also