Skip to content

CopierTester<TValue, TCopier> Properties

Test methods for copiers.

IsImmutable

virtualget
View source
protected virtual bool CopierTester<TValue, IsImmutable
Gets a value indicating whether the type copied by this codec is immutable.

IsPooled

virtualget
View source
protected virtual bool CopierTester<TValue, IsPooled
Gets a value indicating whether the type copied by this codec is pooled.

TestValues

abstractget
protected abstract TValue[] CopierTester<TValue, TestValues
Gets an array of test values.

ValueProvider

virtualget
View source
protected virtual Action<Action<TValue>>? CopierTester<TValue, ValueProvider
Gets a value provider delegate.