| 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
)
Public Sub Add (
name As String,
value As IEnumerable(Of String)
)
public:
void Add(
String^ name,
IEnumerable<String^>^ value
)
member Add :
name : string *
value : IEnumerable<string> -> unit
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