Click or drag to resize

NameValueCollectionAdd Method (String, IEnumerableString)

Add the specified key and value to the collection

Namespace:  SanteDB.Core.Model.Query
Assembly:  SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
Syntax
public void Add(
	string name,
	IEnumerable<string> value
)

Parameters

name
Type: SystemString

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

value
Type: System.Collections.GenericIEnumerableString

[Missing <param name="value"/> documentation for "M:SanteDB.Core.Model.Query.NameValueCollection.Add(System.String,System.Collections.Generic.IEnumerable{System.String})"]

See Also