IStringCollection Interface

Definition

Defines a collection of string values.

[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("0449fa77-10bd-4113-9e3e-2dc712eba36c")]
public interface IStringCollection : Microsoft.Hpc.Scheduler.ISchedulerCollection, System.Collections.Generic.ICollection<string>, System.Collections.Generic.IEnumerable<string>, System.Collections.ICollection
type IStringCollection = interface
    interface ISchedulerCollection
    interface ICollection
    interface IEnumerable
    interface ICollection<string>
    interface seq<string>
Public Interface IStringCollection
Implements ICollection, ICollection(Of String), IEnumerable(Of String), ISchedulerCollection
Derived
Attributes
Implements

Properties

Count

Retrieves the number of items in the collection.

Item[Int32]

Retrieves the specified item from the collection.

Methods

Add(Object)

Adds an item to the collection.

(Inherited from ISchedulerCollection)
Add(String)

Adds a string to the collection.

Clear()

Removes all items from the collection.

Contains(Object)

Determines whether the collection contains the specified item.

(Inherited from ISchedulerCollection)
Contains(String)

Determines whether the collection contains the specified item.

GetEnumerator()

Retrieves an enumerator that you can use to enumerate the items in the collection.

Remove(Object)

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

(Inherited from ISchedulerCollection)
Remove(String)

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

Applies to