Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
IAdditiveIdentity.cs
Go to the documentation of this file.
1
using
System.Runtime.Versioning
;
2
3
namespace
System
;
4
5
[RequiresPreviewFeatures(
"Generic Math is in preview."
, Url =
"https://aka.ms/dotnet-warnings/generic-math-preview"
)]
6
public
interface
IAdditiveIdentity
<TSelf,
TResult
> where TSelf :
IAdditiveIdentity
<TSelf, TResult>
7
{
8
static
abstract
TResult
AdditiveIdentity
{
get
; }
9
}
TResult
System.IAdditiveIdentity.AdditiveIdentity
static TResult AdditiveIdentity
Definition
IAdditiveIdentity.cs:8
System.IAdditiveIdentity
Definition
IAdditiveIdentity.cs:7
System.Runtime.Versioning
Definition
NonVersionableAttribute.cs:1
System
Definition
BlockingCollection.cs:8
source
System.Private.CoreLib
System
IAdditiveIdentity.cs
Generated by
1.10.0