SimpleORM.NET
NameTypePair Constructor (p_name, p_value)
NamespacesSorm.UtilsNameTypePairNameTypePair(String, Type)

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

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

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

p_value (Type)

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

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