Lire en anglais

Partager via


IAdditiveIdentity<TSelf,TResult> Interface

Définition

Définit un mécanisme pour obtenir l’identité additive d’un type donné.

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

Paramètres de type

TSelf

Type qui implémente cette interface.

TResult

Type qui contient l’identité additive de TSelf.

Dérivé

Propriétés

AdditiveIdentity

Obtient l’identité additive du type actuel.

S’applique à

Produit Versions
.NET 7, 8, 9, 10