Beispiel #1
0
            public override void PersistByteValue(ref byte value)
            {
                byte comparisonValue = default;

                _comparisonReader.PersistByteValue(ref comparisonValue);

                CheckEquality(value, comparisonValue);
            }