Interface ICopyable<T>
- Namespace
- ComfileTech.jControlsNF4
- Assembly
- ComfileTech.jControlsNF4.dll
Provides support for copying state from a one instance to this instance.
public interface ICopyable<T> where T : ICopyable<T>
Type Parameters
T
Methods
- CopyFrom(T)
Copies all properties from source to this instance.