SimpleORM.NET
NameValuePair Constructor (p_name, p_value)
NamespacesSorm.UtilsNameValuePairNameValuePair(String, Object)

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

Initializes a new instance of the NameValuePair class
Declaration Syntax
C#Visual BasicVisual C++
public NameValuePair(
	string p_name,
	Object p_value
)
Public Sub New ( _
	p_name As String, _
	p_value As Object _
)
public:
NameValuePair(
	String^ p_name, 
	Object^ p_value
)
Parameters
p_name (String)

[Missing <param name="p_name"/> documentation for "M:Sorm.Utils.NameValuePair.#ctor(System.String,System.Object)"]

p_value (Object)

[Missing <param name="p_value"/> documentation for "M:Sorm.Utils.NameValuePair.#ctor(System.String,System.Object)"]

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