IIntCollection Interface

Definition

Defines a collection of integer values. Typically, the collection contains job or node identifiers.

[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("bf495dab-3237-4f58-babe-ed51217bd665")]
public interface IIntCollection : Microsoft.Hpc.Scheduler.ISchedulerCollection, System.Collections.Generic.ICollection<int>, System.Collections.Generic.IEnumerable<int>, System.Collections.ICollection
type IIntCollection = interface
    interface ISchedulerCollection
    interface ICollection
    interface IEnumerable
    interface ICollection<int>
    interface seq<int>
Public Interface IIntCollection
Implements ICollection, ICollection(Of Integer), IEnumerable(Of Integer), 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(Int32)

Adds an item to the collection.

Add(Object)

Adds an item to the collection.

(Inherited from ISchedulerCollection)
Clear()

Removes all items from the collection.

Contains(Int32)

Determines whether the collection contains the specified item.

Contains(Object)

Determines whether the collection contains the specified item.

(Inherited from ISchedulerCollection)
GetEnumerator()

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

Remove(Int32)

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

Remove(Object)

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

(Inherited from ISchedulerCollection)

Applies to