Method AssignFrom
AssignFrom(T)
Assigns values from the specified source instance to the current instance.
void AssignFrom(T source)
Parameters
sourceTThe source instance to assign values from.
Assigns values from the specified source instance to the current instance.
void AssignFrom(T source)
source TThe source instance to assign values from.