Demo : Cadenza Namespace

ObjectCoda Class

Documentation for this section has not yet been entered.

public static class ObjectCoda

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Cadenza
Assembly: Demo (in Demo.dll)
Assembly Versions: 0.0.0.0

Members

See Also: Inherited members from object.

Public Methods

static
With<TSource,TResult> (this TSource, Func<TSource, TResult>) : TResult
Documentation for this section has not yet been entered.

Member Details

With<TSource,TResult> Generic Method

Documentation for this section has not yet been entered.

public static TResult With<TSource, TResult> (this TSource self, Func<TSource, TResult> selector)

Type Parameters

TSource
Documentation for this section has not yet been entered.
TResult
Documentation for this section has not yet been entered.

Parameters

self
Documentation for this section has not yet been entered.
selector
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
Assembly: Demo (in Demo.dll)
Assembly Versions: 0.0.0.0