IMultiplicativeIdentity<TSelf,TResult> 인터페이스

정의

지정된 형식의 곱하기 ID를 가져오는 메커니즘을 정의합니다.

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

형식 매개 변수

TSelf

이 인터페이스를 구현하는 형식입니다.

TResult

의 곱하기 ID를 포함하는 형식입니다 TSelf.

파생

속성

MultiplicativeIdentity

현재 형식의 곱하기 ID를 가져옵니다.

적용 대상