Interface IAssignable<T>
Defines a method to assign values from another instance.
public interface IAssignable<T>
Type Parameters
TThe type of the object to assign from.
Methods
- AssignFrom(T)
Assigns values from the specified source instance to the current instance.