CondensedCollectionT Methods |
[This is preliminary documentation and is subject to change.]
The CondensedCollectionT generic type exposes the following members.
| Name | Description | |
|---|---|---|
| Add |
Adds an item to the collection.
| |
| Cleanup |
Rebuilds the collection's internal data structures, reclaiming unused items and
potentially freeing memory.
| |
| Clear |
Removes all items from the collection.
| |
| Contains |
Determines whether the collection contains a specific value.
| |
| CopyTo |
Copies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetEnumerator |
Returns an enumerator that iterates through the collection.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IndexOf |
Searches for the specified object and returns the zero-based index of the first occurrence within the collection.
| |
| Insert |
Inserts an element into the collection at the specified index.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Remove |
Removes the first occurrence of a specific object from the collection.
| |
| RemoveAt |
Removes the item at the specified index.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| AllTSource |
Determines whether all elements of the collection satisfy a condition. Optimized for a CondensedCollection.
(Defined by CondensedCollectionExtensions.) | |
| AnyTSource |
Determines whether any element of the collection satisfies a condition. Optimized for a CondensedCollection.
(Defined by CondensedCollectionExtensions.) | |
| AverageTSource(FuncTSource, Int32) | Overloaded.
Computes the average of a CondensedCollection of Int32 values that are obtained by invoking a transform
function on each element of the input sequence. Optimized for a CondensedCollection.
(Defined by CondensedCollectionExtensions.) | |
| AverageTSource(FuncTSource, NullableInt32) | Overloaded.
Computes the average of a CondensedCollection of nullable Int32 values that are obtained by invoking a transform
function on each element of the input sequence. Optimized for a CondensedCollection.
(Defined by CondensedCollectionExtensions.) | |
| AverageTSource(FuncTSource, Decimal) | Overloaded.
Computes the average of a CondensedCollection of Decimal values that are obtained by invoking a transform
function on each element of the input sequence. Optimized for a CondensedCollection.
(Defined by CondensedCollectionExtensions.) | |
| AverageTSource(FuncTSource, NullableDecimal) | Overloaded.
Computes the average of a CondensedCollection of nullable Decimal values that are obtained by invoking a transform
function on each element of the input sequence. Optimized for a CondensedCollection.
(Defined by CondensedCollectionExtensions.) | |
| AverageTSource(FuncTSource, Int64) | Overloaded.
Computes the average of a CondensedCollection of Int64 values that are obtained by invoking a transform
function on each element of the input sequence. Optimized for a CondensedCollection.
(Defined by CondensedCollectionExtensions.) | |
| AverageTSource(FuncTSource, NullableInt64) | Overloaded.
Computes the average of a CondensedCollection of nullable Int64 values that are obtained by invoking a transform
function on each element of the input sequence. Optimized for a CondensedCollection.
(Defined by CondensedCollectionExtensions.) | |
| AverageTSource(FuncTSource, Double) | Overloaded.
Computes the average of a CondensedCollection of double values that are obtained by invoking a transform
function on each element of the input sequence. Optimized for a CondensedCollection.
(Defined by CondensedCollectionExtensions.) | |
| AverageTSource(FuncTSource, NullableDouble) | Overloaded.
Computes the average of a CondensedCollection of nullable double values that are obtained by invoking a transform
function on each element of the input sequence. Optimized for a CondensedCollection.
(Defined by CondensedCollectionExtensions.) | |
| AverageTSource(FuncTSource, Single) | Overloaded.
Computes the average of a CondensedCollection of float values that are obtained by invoking a transform
function on each element of the input sequence. Optimized for a CondensedCollection.
(Defined by CondensedCollectionExtensions.) | |
| AverageTSource(FuncTSource, NullableSingle) | Overloaded.
Computes the average of a CondensedCollection of nullable float values that are obtained by invoking a transform
function on each element of the input sequence. Optimized for a CondensedCollection.
(Defined by CondensedCollectionExtensions.) | |
| ContainsTSource |
Determines whether a sequence contains a specified value by using a specified comparer.
(Defined by CondensedCollectionExtensions.) | |
| CountTSource |
Returns count of elements in the CondensedCollection that satisfy a condition. Optimized for a CondensedCollection.
(Defined by CondensedCollectionExtensions.) | |
| DistinctTSource |
Returns distinct elements from a CondensedCollectionT as determined by the collection's equality comparer.
(Defined by CondensedCollectionExtensions.) | |
| FirstTSource |
Returns the first element in a sequence that satisfies a specified condition. Optimized for a CondensedCollection.
(Defined by CondensedCollectionExtensions.) | |
| FirstOrDefaultTSource |
Returns the first element of the sequence that satisfies a condition or a default value if
no such element is found. Optimized for a CondensedCollection.
(Defined by CondensedCollectionExtensions.) | |
| LastTSource |
Returns the last element in a sequence that satisfies a specified condition. Optimized for a CondensedCollection.
(Defined by CondensedCollectionExtensions.) | |
| LastOrDefaultTSource |
Returns the last element of the sequence that satisfies a condition or a default value if
no such element is found. Optimized for a CondensedCollection.
(Defined by CondensedCollectionExtensions.) | |
| MaxTSource | Overloaded.
Returns the maximum value in a generic sequence. Optimized for a CondensedCollection.
(Defined by CondensedCollectionExtensions.) | |
| MaxTSource(FuncTSource, Int32) | Overloaded.
Computes the maximum value of a CondensedCollection of Int32 values that are obtained by invoking a transform
function on each element of the input sequence. Optimized for a CondensedCollection.
(Defined by CondensedCollectionExtensions.) | |
| MaxTSource(FuncTSource, NullableInt32) | Overloaded.
Computes the maximum value of a CondensedCollection of nullable Int32 values that are obtained by invoking a transform
function on each element of the input sequence. Optimized for a CondensedCollection.
(Defined by CondensedCollectionExtensions.) | |
| MaxTSource(FuncTSource, Decimal) | Overloaded.
Computes the maximum value of a CondensedCollection of Decimal values that are obtained by invoking a transform
function on each element of the input sequence. Optimized for a CondensedCollection.
(Defined by CondensedCollectionExtensions.) | |
| MaxTSource(FuncTSource, NullableDecimal) | Overloaded.
Computes the maximum value of a CondensedCollection of nullable Decimal values that are obtained by invoking a transform
function on each element of the input sequence. Optimized for a CondensedCollection.
(Defined by CondensedCollectionExtensions.) | |
| MaxTSource(FuncTSource, Int64) | Overloaded.
Computes the maximum value of a CondensedCollection of Int64 values that are obtained by invoking a transform
function on each element of the input sequence. Optimized for a CondensedCollection.
(Defined by CondensedCollectionExtensions.) | |
| MaxTSource(FuncTSource, NullableInt64) | Overloaded.
Computes the maximum value of a CondensedCollection of nullable Int64 values that are obtained by invoking a transform
function on each element of the input sequence. Optimized for a CondensedCollection.
(Defined by CondensedCollectionExtensions.) | |
| MaxTSource(FuncTSource, Double) | Overloaded.
Computes the maximum value of a CondensedCollection of double values that are obtained by invoking a transform
function on each element of the input sequence. Optimized for a CondensedCollection.
(Defined by CondensedCollectionExtensions.) | |
| MaxTSource(FuncTSource, NullableDouble) | Overloaded.
Computes the maximum value of a CondensedCollection of nullable double values that are obtained by invoking a transform
function on each element of the input sequence. Optimized for a CondensedCollection.
(Defined by CondensedCollectionExtensions.) | |
| MaxTSource(FuncTSource, Single) | Overloaded.
Computes the maximum value of a CondensedCollection of float values that are obtained by invoking a transform
function on each element of the input sequence. Optimized for a CondensedCollection.
(Defined by CondensedCollectionExtensions.) | |
| MaxTSource(FuncTSource, NullableSingle) | Overloaded.
Computes the maximum value of a CondensedCollection of nullable float values that are obtained by invoking a transform
function on each element of the input sequence. Optimized for a CondensedCollection.
(Defined by CondensedCollectionExtensions.) | |
| MaxTSource, TResult(FuncTSource, TResult) | Overloaded.
Invokes a transform function on each element of a generic sequence and returns the maximum resulting value. Optimized for a CondensedCollection.
(Defined by CondensedCollectionExtensions.) | |
| MinTSource | Overloaded.
Returns the minimum value in a generic sequence. Optimized for a CondensedCollection.
(Defined by CondensedCollectionExtensions.) | |
| MinTSource(FuncTSource, Int32) | Overloaded.
Computes the minimum value of a CondensedCollection of Int32 values that are obtained by invoking a transform
function on each element of the input sequence. Optimized for a CondensedCollection.
(Defined by CondensedCollectionExtensions.) | |
| MinTSource(FuncTSource, NullableInt32) | Overloaded.
Computes the minimum value of a CondensedCollection of nullable Int32 values that are obtained by invoking a transform
function on each element of the input sequence. Optimized for a CondensedCollection.
(Defined by CondensedCollectionExtensions.) | |
| MinTSource(FuncTSource, Decimal) | Overloaded.
Computes the minimum value of a CondensedCollection of Decimal values that are obtained by invoking a transform
function on each element of the input sequence. Optimized for a CondensedCollection.
(Defined by CondensedCollectionExtensions.) | |
| MinTSource(FuncTSource, NullableDecimal) | Overloaded.
Computes the minimum value of a CondensedCollection of nullable Decimal values that are obtained by invoking a transform
function on each element of the input sequence. Optimized for a CondensedCollection.
(Defined by CondensedCollectionExtensions.) | |
| MinTSource(FuncTSource, Int64) | Overloaded.
Computes the minimum value of a CondensedCollection of Int64 values that are obtained by invoking a transform
function on each element of the input sequence. Optimized for a CondensedCollection.
(Defined by CondensedCollectionExtensions.) | |
| MinTSource(FuncTSource, NullableInt64) | Overloaded.
Computes the minimum value of a CondensedCollection of nullable Int64 values that are obtained by invoking a transform
function on each element of the input sequence. Optimized for a CondensedCollection.
(Defined by CondensedCollectionExtensions.) | |
| MinTSource(FuncTSource, Double) | Overloaded.
Computes the minimum value of a CondensedCollection of double values that are obtained by invoking a transform
function on each element of the input sequence. Optimized for a CondensedCollection.
(Defined by CondensedCollectionExtensions.) | |
| MinTSource(FuncTSource, NullableDouble) | Overloaded.
Computes the minimum value of a CondensedCollection of nullable double values that are obtained by invoking a transform
function on each element of the input sequence. Optimized for a CondensedCollection.
(Defined by CondensedCollectionExtensions.) | |
| MinTSource(FuncTSource, Single) | Overloaded.
Computes the minimum value of a CondensedCollection of float values that are obtained by invoking a transform
function on each element of the input sequence. Optimized for a CondensedCollection.
(Defined by CondensedCollectionExtensions.) | |
| MinTSource(FuncTSource, NullableSingle) | Overloaded.
Computes the minimum value of a CondensedCollection of nullable float values that are obtained by invoking a transform
function on each element of the input sequence. Optimized for a CondensedCollection.
(Defined by CondensedCollectionExtensions.) | |
| MinTSource, TResult(FuncTSource, TResult) | Overloaded.
Invokes a transform function on each element of a generic sequence and returns the minimum resulting value. Optimized for a CondensedCollection.
(Defined by CondensedCollectionExtensions.) | |
| SumTSource(FuncTSource, Int32) | Overloaded.
Computes the sum of a CondensedCollection of Int32 values that are obtained by invoking a transform
function on each element of the input sequence. Optimized for a CondensedCollection.
(Defined by CondensedCollectionExtensions.) | |
| SumTSource(FuncTSource, NullableInt32) | Overloaded.
Computes the sum of a CondensedCollection of nullable Int32 values that are obtained by invoking a transform
function on each element of the input sequence. Optimized for a CondensedCollection.
(Defined by CondensedCollectionExtensions.) | |
| SumTSource(FuncTSource, Decimal) | Overloaded.
Computes the sum of a CondensedCollection of Decimal values that are obtained by invoking a transform
function on each element of the input sequence. Optimized for a CondensedCollection.
(Defined by CondensedCollectionExtensions.) | |
| SumTSource(FuncTSource, NullableDecimal) | Overloaded.
Computes the sum of a CondensedCollection of nullable Decimal values that are obtained by invoking a transform
function on each element of the input sequence. Optimized for a CondensedCollection.
(Defined by CondensedCollectionExtensions.) | |
| SumTSource(FuncTSource, Int64) | Overloaded.
Computes the sum of a CondensedCollection of Int64 values that are obtained by invoking a transform
function on each element of the input sequence. Optimized for a CondensedCollection.
(Defined by CondensedCollectionExtensions.) | |
| SumTSource(FuncTSource, NullableInt64) | Overloaded.
Computes the sum of a CondensedCollection of nullable Int64 values that are obtained by invoking a transform
function on each element of the input sequence. Optimized for a CondensedCollection.
(Defined by CondensedCollectionExtensions.) | |
| SumTSource(FuncTSource, Double) | Overloaded.
Computes the sum of a CondensedCollection of double values that are obtained by invoking a transform
function on each element of the input sequence. Optimized for a CondensedCollection.
(Defined by CondensedCollectionExtensions.) | |
| SumTSource(FuncTSource, NullableDouble) | Overloaded.
Computes the sum of a CondensedCollection of nullable double values that are obtained by invoking a transform
function on each element of the input sequence. Optimized for a CondensedCollection.
(Defined by CondensedCollectionExtensions.) | |
| SumTSource(FuncTSource, Single) | Overloaded.
Computes the sum of a CondensedCollection of float values that are obtained by invoking a transform
function on each element of the input sequence. Optimized for a CondensedCollection.
(Defined by CondensedCollectionExtensions.) | |
| SumTSource(FuncTSource, NullableSingle) | Overloaded.
Computes the sum of a CondensedCollection of nullable float values that are obtained by invoking a transform
function on each element of the input sequence. Optimized for a CondensedCollection.
(Defined by CondensedCollectionExtensions.) |