NameValueCollection.Add(NameValue) Method

Definition

Adds a name/value pair to the collection.

public void Add (Microsoft.Hpc.Scheduler.NameValue item);
abstract member Add : Microsoft.Hpc.Scheduler.NameValue -> unit
override this.Add : Microsoft.Hpc.Scheduler.NameValue -> unit
Public Sub Add (item As NameValue)

Parameters

item
NameValue

A NameValue object that contains the name/value pair to add to the collection.

Implements

Applies to