IAdditiveIdentity<TSelf,TResult> Rozhraní

Definice

Definuje mechanismus pro získání doplňkové identity daného typu.

generic <typename TSelf, typename TResult>
 where TSelf : IAdditiveIdentity<TSelf, TResult>public interface class IAdditiveIdentity
public interface IAdditiveIdentity<TSelf,TResult> where TSelf : IAdditiveIdentity<TSelf,TResult>
type IAdditiveIdentity<'Self, 'Result (requires 'Self :> IAdditiveIdentity<'Self, 'Result>)> = interface
Public Interface IAdditiveIdentity(Of TSelf, TResult)

Parametry typu

TSelf

Typ, který implementuje toto rozhraní.

TResult

Typ, který obsahuje přídatnou identitu objektu TSelf.

Odvozené

Vlastnosti

AdditiveIdentity

Získá přídavnou identitu aktuálního typu.

Platí pro