INameValueCollection Interface

Definition

Represents a collection of name/value pairs.

[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("BB14B74B-0BB7-4A01-8E05-A988D636B5EA")]
public interface INameValueCollection : Microsoft.Hpc.Scheduler.ISchedulerCollection, System.Collections.Generic.ICollection<Microsoft.Hpc.Scheduler.NameValue>, System.Collections.Generic.IEnumerable<Microsoft.Hpc.Scheduler.NameValue>, System.Collections.ICollection
type INameValueCollection = interface
    interface ISchedulerCollection
    interface ICollection
    interface IEnumerable
    interface ICollection<NameValue>
    interface seq<NameValue>
Public Interface INameValueCollection
Implements ICollection, ICollection(Of NameValue), IEnumerable(Of NameValue), ISchedulerCollection
Derived
Attributes
Implements

Properties

Count

Retrieves the number of items in the collection.

Item[Int32]

Retrieves the specified item from the collection.

(Inherited from ISchedulerCollection)

Methods

Add(Object)

Adds an item to the collection.

(Inherited from ISchedulerCollection)
AddNameValue(String, String)

Adds a name/value pair to the collection.

Clear()

Removes all items from the collection.

(Inherited from ISchedulerCollection)
Contains(Object)

Determines whether the collection contains the specified item.

(Inherited from ISchedulerCollection)
GetEnumerator()

Retrieves an enumerator that you can use to enumerate the name/value pairs in the collection.

Remove(Object)

Removes the first occurrence of the specified item from the collection.

(Inherited from ISchedulerCollection)

Applies to