Edit

Share via


IScheduler.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
Public Function CreateIntCollection () As IIntCollection

Returns

An IIntCollection interface to which you add integer values.

Applies to