Cadenza : Cadenza.Collections Namespace

CollectionCoda Class

Documentation for this section has not yet been entered.

public static class CollectionCoda

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Cadenza.Collections
Assembly: Cadenza (in Cadenza.dll)
Assembly Versions: 0.1.0.0

Members

See Also: Inherited members from object.

Public Methods

static
RemoveAll<T> (this ICollection<T>, Func<T, bool>) : bool
Documentation for this section has not yet been entered.

Member Details

RemoveAll<T> Generic Method

Documentation for this section has not yet been entered.

public static bool RemoveAll<T> (this ICollection<T> self, Func<T, bool> predicate)

Type Parameters

T
Documentation for this section has not yet been entered.

Parameters

self
Documentation for this section has not yet been entered.
predicate
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Exceptions

Type Reason
ArgumentNullException Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Cadenza.Collections
Assembly: Cadenza (in Cadenza.dll)
Assembly Versions: 0.1.0.0