FieldCodecTester<TValue,TCodec>.CanRoundTripTupleViaSerializer Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Checks if values can be round-tripped when used as a field in a tuple.
[Xunit.Fact]
public void CanRoundTripTupleViaSerializer();
[<Xunit.Fact>]
member this.CanRoundTripTupleViaSerializer : unit -> unit
Public Sub CanRoundTripTupleViaSerializer ()
- Attributes
-
Xunit.FactAttribute