IAdditiveIdentity<TSelf,TResult> インターフェイス

定義

特定の型の加法 ID を取得するためのメカニズムを定義します。

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)

型パラメーター

TSelf

このインターフェイスを実装する型。

TResult

の加法 ID を TSelf含む型。

派生

プロパティ

AdditiveIdentity

現在の型の加算 ID を取得します。

適用対象