Click or drag to resize

NameValueCollection Constructor (KeyValuePairString, Object)

Creates a new name value collection from the kvp array

Namespace:  SanteDB.Core.Model.Query
Assembly:  SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
Syntax
public NameValueCollection(
	KeyValuePair<string, Object>[] kvpa
)

Parameters

kvpa
Type: System.Collections.GenericKeyValuePairString, Object

[Missing <param name="kvpa"/> documentation for "M:SanteDB.Core.Model.Query.NameValueCollection.#ctor(System.Collections.Generic.KeyValuePair{System.String,System.Object}[])"]

See Also