BuildPropertyGroupCollection Class
Definition
Represents a collection of BuildPropertyGroup objects.
public ref class BuildPropertyGroupCollection : System::Collections::ICollection
public class BuildPropertyGroupCollection : System.Collections.ICollection
type BuildPropertyGroupCollection = class
interface ICollection
interface IEnumerable
Public Class BuildPropertyGroupCollection
Implements ICollection
- Inheritance
-
BuildPropertyGroupCollection
- Implements
Properties
Count |
Gets a value indicating the number of BuildPropertyGroup objects in the collection. |
IsSynchronized |
Gets a value indicating whether access to the BuildPropertyGroupCollection is synchronized (thread safe). |
SyncRoot |
Gets an object that can be used to synchronize access to the BuildPropertyGroupCollection. |
Methods
CopyTo(Array, Int32) |
Copies the entire collection to a compatible one-dimensional Array, starting at the specified index of the target array. |
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetEnumerator() |
Gets an enumerator that iterates through the BuildPropertyGroupCollection. |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |
Extension Methods
Cast<TResult>(IEnumerable) |
Casts the elements of an IEnumerable to the specified type. |
OfType<TResult>(IEnumerable) |
Filters the elements of an IEnumerable based on a specified type. |
AsParallel(IEnumerable) |
Enables parallelization of a query. |
AsQueryable(IEnumerable) |
Converts an IEnumerable to an IQueryable. |