Click or drag to resize

IMergeableT Interface

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

Namespace: GSF
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.256-beta+0e7e94d39a9b10efe7e26e3b8d5130afc0dd4d74
Syntax
public interface IMergeable<T>

Type Parameters

T
The type of object to be merged with.

The IMergeableT type exposes the following members.

Methods
 NameDescription
Public methodMerge Merges this object with another.
Top
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.
See Also

Reference

GSF Namespace