IMergeableT Interface

Represents a type of object that is mergeable with another type of object.

Definition

Namespace: Gemstone
Assembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.110 -- Release Build+3e0464f4461df4d3e1175b13966eb47ff832554d
public interface IMergeable<T>

Type Parameters

T
The type of object to be merged with.

Remarks

This interface was primarily designed for objects which are mergeable with other objects of the same type. Therefore, T should typically be the actual type of the object.

Methods

Merge Merges this object with another.

See Also