Click or drag to resize

CondensedCollectionT Methods

[This is preliminary documentation and is subject to change.]

The CondensedCollectionT generic type exposes the following members.

Methods
  NameDescription
Public methodAdd
Adds an item to the collection.
Public methodCleanup
Rebuilds the collection's internal data structures, reclaiming unused items and potentially freeing memory.
Public methodClear
Removes all items from the collection.
Public methodContains
Determines whether the collection contains a specific value.
Public methodCopyTo
Copies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf
Searches for the specified object and returns the zero-based index of the first occurrence within the collection.
Public methodInsert
Inserts an element into the collection at the specified index.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemove
Removes the first occurrence of a specific object from the collection.
Public methodRemoveAt
Removes the item at the specified index.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
  NameDescription
Public Extension MethodAllTSource
Determines whether all elements of the collection satisfy a condition. Optimized for a CondensedCollection.
(Defined by CondensedCollectionExtensions.)
Public Extension MethodAnyTSource
Determines whether any element of the collection satisfies a condition. Optimized for a CondensedCollection.
(Defined by CondensedCollectionExtensions.)
Public Extension MethodAverageTSource(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.)
Public Extension MethodAverageTSource(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.)
Public Extension MethodAverageTSource(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.)
Public Extension MethodAverageTSource(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.)
Public Extension MethodAverageTSource(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.)
Public Extension MethodAverageTSource(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.)
Public Extension MethodAverageTSource(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.)
Public Extension MethodAverageTSource(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.)
Public Extension MethodAverageTSource(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.)
Public Extension MethodAverageTSource(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.)
Public Extension MethodContainsTSource
Determines whether a sequence contains a specified value by using a specified comparer.
(Defined by CondensedCollectionExtensions.)
Public Extension MethodCountTSource
Returns count of elements in the CondensedCollection that satisfy a condition. Optimized for a CondensedCollection.
(Defined by CondensedCollectionExtensions.)
Public Extension MethodDistinctTSource (Defined by CondensedCollectionExtensions.)
Public Extension MethodFirstTSource
Returns the first element in a sequence that satisfies a specified condition. Optimized for a CondensedCollection.
(Defined by CondensedCollectionExtensions.)
Public Extension MethodFirstOrDefaultTSource
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.)
Public Extension MethodLastTSource
Returns the last element in a sequence that satisfies a specified condition. Optimized for a CondensedCollection.
(Defined by CondensedCollectionExtensions.)
Public Extension MethodLastOrDefaultTSource
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.)
Public Extension MethodMaxTSourceOverloaded.
Returns the maximum value in a generic sequence. Optimized for a CondensedCollection.
(Defined by CondensedCollectionExtensions.)
Public Extension MethodMaxTSource(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.)
Public Extension MethodMaxTSource(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.)
Public Extension MethodMaxTSource(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.)
Public Extension MethodMaxTSource(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.)
Public Extension MethodMaxTSource(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.)
Public Extension MethodMaxTSource(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.)
Public Extension MethodMaxTSource(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.)
Public Extension MethodMaxTSource(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.)
Public Extension MethodMaxTSource(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.)
Public Extension MethodMaxTSource(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.)
Public Extension MethodMaxTSource, 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.)
Public Extension MethodMinTSourceOverloaded.
Returns the minimum value in a generic sequence. Optimized for a CondensedCollection.
(Defined by CondensedCollectionExtensions.)
Public Extension MethodMinTSource(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.)
Public Extension MethodMinTSource(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.)
Public Extension MethodMinTSource(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.)
Public Extension MethodMinTSource(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.)
Public Extension MethodMinTSource(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.)
Public Extension MethodMinTSource(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.)
Public Extension MethodMinTSource(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.)
Public Extension MethodMinTSource(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.)
Public Extension MethodMinTSource(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.)
Public Extension MethodMinTSource(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.)
Public Extension MethodMinTSource, 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.)
Public Extension MethodSumTSource(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.)
Public Extension MethodSumTSource(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.)
Public Extension MethodSumTSource(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.)
Public Extension MethodSumTSource(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.)
Public Extension MethodSumTSource(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.)
Public Extension MethodSumTSource(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.)
Public Extension MethodSumTSource(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.)
Public Extension MethodSumTSource(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.)
Public Extension MethodSumTSource(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.)
Public Extension MethodSumTSource(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.)
Top
See Also