IAdditiveIdentity<TSelf,TResult> Interface

Definition

Defines a mechanism for getting the additive identity of a given type.

public interface IAdditiveIdentity<TSelf,TResult> where TSelf : IAdditiveIdentity<TSelf,TResult>

Type Parameters

TSelf

The type that implements this interface.

TResult

The type that contains the additive identity of TSelf.

Derived

Properties

AdditiveIdentity

Gets the additive identity of the current type.

Applies to

Product Versions
.NET 7, 8, 9