Method Assign
Assign(ImmutableWithRecord<T>)
Assigns this object with properties of other object.
public virtual void Assign(ImmutableWithRecord<T> value)
Parameters
valueImmutableWithRecord<T>Source of the property values to assign.
Assigns this object with properties of other object.
public virtual void Assign(ImmutableWithRecord<T> value)
value ImmutableWithRecord<T>Source of the property values to assign.