Cadenza : Cadenza.Collections Namespace

DictionaryCoda Class

Documentation for this section has not yet been entered.

public static class DictionaryCoda

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
GetValueOrDefault<TKey,TValue> (this IDictionary<TKey, TValue>, TKey) : TValue
Documentation for this section has not yet been entered.
static
GetValueOrDefault<TKey,TValue> (this IDictionary<TKey, TValue>, TKey, TValue) : TValue
Documentation for this section has not yet been entered.
static
SequenceEqual<TKey,TValue> (this IDictionary<TKey, TValue>, IDictionary<TKey, TValue>) : bool
Documentation for this section has not yet been entered.
static
SequenceEqual<TKey,TValue> (this IDictionary<TKey, TValue>, IDictionary<TKey, TValue>, IEqualityComparer<TValue>) : bool
Documentation for this section has not yet been entered.
static
UpdateValue<TKey,TValue> (this IDictionary<TKey, TValue>, TKey, Func<TValue, TValue>)
Documentation for this section has not yet been entered.

Member Details

GetValueOrDefault<TKey,TValue> Generic Method

Documentation for this section has not yet been entered.

public static TValue GetValueOrDefault<TKey, TValue> (this IDictionary<TKey, TValue> self, TKey key)

Type Parameters

TKey
Documentation for this section has not yet been entered.
TValue
Documentation for this section has not yet been entered.

Parameters

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

Returns

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

GetValueOrDefault<TKey,TValue> Generic Method

Documentation for this section has not yet been entered.

public static TValue GetValueOrDefault<TKey, TValue> (this IDictionary<TKey, TValue> self, TKey key, TValue defaultValue)

Type Parameters

TKey
Documentation for this section has not yet been entered.
TValue
Documentation for this section has not yet been entered.

Parameters

self
Documentation for this section has not yet been entered.
key
Documentation for this section has not yet been entered.
defaultValue
Documentation for this section has not yet been entered.

Returns

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

SequenceEqual<TKey,TValue> Generic Method

Documentation for this section has not yet been entered.

public static bool SequenceEqual<TKey, TValue> (this IDictionary<TKey, TValue> self, IDictionary<TKey, TValue> other)

Type Parameters

TKey
Documentation for this section has not yet been entered.
TValue
Documentation for this section has not yet been entered.

Parameters

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

Returns

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

SequenceEqual<TKey,TValue> Generic Method

Documentation for this section has not yet been entered.

public static bool SequenceEqual<TKey, TValue> (this IDictionary<TKey, TValue> self, IDictionary<TKey, TValue> other, IEqualityComparer<TValue> comparer)

Type Parameters

TKey
Documentation for this section has not yet been entered.
TValue
Documentation for this section has not yet been entered.

Parameters

self
Documentation for this section has not yet been entered.
other
Documentation for this section has not yet been entered.
comparer
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

UpdateValue<TKey,TValue> Generic Method

Documentation for this section has not yet been entered.

public static void UpdateValue<TKey, TValue> (this IDictionary<TKey, TValue> self, TKey key, Func<TValue, TValue> valueSelector)

Type Parameters

TKey
Documentation for this section has not yet been entered.
TValue
Documentation for this section has not yet been entered.

Parameters

self
Documentation for this section has not yet been entered.
key
Documentation for this section has not yet been entered.
valueSelector
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