Edit

FieldCodecTester<TValue,TCodec>.RoundTripThroughCodec<T> Method

Definition

Round-trips a value through the codec.

protected T RoundTripThroughCodec<T>(T original);
member this.RoundTripThroughCodec : 'T -> 'T
Protected Function RoundTripThroughCodec(Of T) (original As T) As T

Type Parameters

T

Parameters

original
T

Returns

T

Applies to