FieldCodecTester<TValue,TCodec>.GetWriteCopy(TValue) 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.
protected virtual TValue GetWriteCopy(TValue input);
abstract member GetWriteCopy : 'Value -> 'Value
override this.GetWriteCopy : 'Value -> 'Value
Protected Overridable Function GetWriteCopy (input As TValue) As TValue
Parameters
- input
- TValue
Returns
TValue