SimpleORM.NET
Pair<(Of <(L, R>)>) Constructor (p_value_l, p_value_r)
NamespacesSorm.UtilsPair<(Of <(L, R>)>)Pair<(Of <(L, R>)>)(L, R)

[This is preliminary documentation and is subject to change.]

Initializes a new instance of the Pair<(Of <(L, R>)>) class
Declaration Syntax
C#Visual BasicVisual C++
public Pair(
	L p_value_l,
	R p_value_r
)
Public Sub New ( _
	p_value_l As L, _
	p_value_r As R _
)
public:
Pair(
	L p_value_l, 
	R p_value_r
)
Parameters
p_value_l (L)

[Missing <param name="p_value_l"/> documentation for "M:Sorm.Utils.Pair`2.#ctor(`0,`1)"]

p_value_r (R)

[Missing <param name="p_value_r"/> documentation for "M:Sorm.Utils.Pair`2.#ctor(`0,`1)"]

Assembly: sorm.utils (Module: sorm.utils) Version: 1.0.0.13068