BuildItemGroupCollection Class

Definition

Represents a collection of BuildItemGroup objects.

public ref class BuildItemGroupCollection : System::Collections::ICollection
public class BuildItemGroupCollection : System.Collections.ICollection
type BuildItemGroupCollection = class
    interface ICollection
    interface IEnumerable
type BuildItemGroupCollection = class
    interface IEnumerable
    interface ICollection
Public Class BuildItemGroupCollection
Implements ICollection
Inheritance
BuildItemGroupCollection
Implements

Properties

Count

Gets a value indicating the number of BuildItemGroup objects in the collection.

IsSynchronized

Gets a value indicating whether access to the BuildItemGroupCollection is synchronized (thread safe).

SyncRoot

Gets an object that can be used to synchronize access to the BuildItemGroupCollection.

Methods

CopyTo(Array, Int32)

Copies the collection to a compatible one-dimensional Array, starting at the specified index of the target array.

GetEnumerator()

Gets an enumerator that iterates through the collection.

Applies to