IMergeableT Interface
Represents a type of object that is mergeable with another type of object.
Namespace: GemstoneAssembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.138 -- Release Build+dacff88cce10d287c7434d5aac59c76948c712b1
public interface IMergeable<T>
Public Interface IMergeable(Of T)
generic<typename T>
public interface class IMergeable
JavaScript does not support generic types or methods.
Type Parameters
- T
- The type of object to be merged with.
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.
Merge |
Merges this object with another.
|