Table of Contents

Interface ICopyable<T>

Namespace
ComfileTech.jControls
Assembly
ComfileTech.jControls.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.