Skip to content

CustomClassField<TValue>.Clone method

Clones the specified value.

protected virtual TValue Clone(TValue value)
parameter description
value The value.

Return Value

A clone of the value.

See Also