Table of Contents

Interface ICombinable<T>

Namespace
Crossref.Net
Assembly
Crossref.Net.dll

Interface for combining two objects of the same type.

public interface ICombinable<T>

Type Parameters

T

The type of object to combine.

Methods

Combine(T)

Combine two objects of the same type.

T Combine(T other)

Parameters

other T

The other object to combine with this one.

Returns

T

The combined object.