Cadenza : Cadenza.IO Namespace

StreamConverterCoda Class

Documentation for this section has not yet been entered.

[System.CLSCompliant(false)]
public static class StreamConverterCoda

Remarks

Documentation for this section has not yet been entered.

Requirements

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

Members

See Also: Inherited members from object.

Public Methods

static
Read<TValue> (this StreamConverter, out TValue) : StreamConverter
Documentation for this section has not yet been entered.
static
Write<TValue> (this StreamConverter, TValue) : StreamConverter
Documentation for this section has not yet been entered.

Member Details

Read<TValue> Generic Method

Documentation for this section has not yet been entered.

public static StreamConverter Read<TValue> (this StreamConverter self, out TValue value)

Type Parameters

TValue
Documentation for this section has not yet been entered.

Parameters

self
Documentation for this section has not yet been entered.
value
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.IO
Assembly: Cadenza (in Cadenza.dll)
Assembly Versions: 0.1.0.0

Write<TValue> Generic Method

Documentation for this section has not yet been entered.

public static StreamConverter Write<TValue> (this StreamConverter self, TValue value)

Type Parameters

TValue
Documentation for this section has not yet been entered.

Parameters

self
Documentation for this section has not yet been entered.
value
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.IO
Assembly: Cadenza (in Cadenza.dll)
Assembly Versions: 0.1.0.0