Edit

Share via


IntCollection Constructors

Definition

Overloads

IntCollection()

Initializes a new instance of this class.

IntCollection(IEnumerable<Int32>)

Initializes a new instance of this class using the specified collection.

IntCollection()

Initializes a new instance of this class.

public IntCollection ();
Public Sub New ()

Applies to

IntCollection(IEnumerable<Int32>)

Initializes a new instance of this class using the specified collection.

public IntCollection (System.Collections.Generic.IEnumerable<int> list);
new Microsoft.Hpc.Scheduler.IntCollection : seq<int> -> Microsoft.Hpc.Scheduler.IntCollection
Public Sub New (list As IEnumerable(Of Integer))

Parameters

list
IEnumerable<Int32>

An enumerable whose contents are used to initialize this collection.

Applies to