Edit

Share via


Scheduler.CreateIntCollection Method

Definition

Creates an empty collection to which you add integer values.

public Microsoft.Hpc.Scheduler.IIntCollection CreateIntCollection();
abstract member CreateIntCollection : unit -> Microsoft.Hpc.Scheduler.IIntCollection
override this.CreateIntCollection : unit -> Microsoft.Hpc.Scheduler.IIntCollection
Public Function CreateIntCollection () As IIntCollection

Returns

An IIntCollection interface to which you add integer values.

Implements

Applies to