[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Core.Rdl.Seralization.Common.Coders.Default

Default Method

Default<T>(Coder<T>, T)

Creates a coder with a default value.

Declaration
public static Coders.Coder<T> Default<T>(this Coders.Coder<T> coder, T defaultValue)
Parameters
Type Name Description
Coders.Coder<T> coder

The base coder.

T defaultValue

The default value.

Returns
Type Description
Coders.Coder<T>

A coder with a default value.

Type Parameters
Name Description
T

The type to encode/decode.