IAdditiveIdentity<TSelf,TResult> Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines a mechanism for getting the additive identity of a given type.
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)
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
Spolupráca s nami v službe GitHub
Zdroj tohto obsahu nájdete v službe GitHub, kde môžete vytvárať a skúmať problémy a žiadosti o prijatie zmien. Ďalšie informácie nájdete v našom sprievodcovi prispievateľom.