Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
IDecrementOperators.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
IDecrementOperators
<TSelf> where TSelf :
IDecrementOperators
<TSelf>
7
{
8
static
abstract
TSelf
operator --
(TSelf
value
);
9
}
System.IDecrementOperators.operator--
static TSelf operator--(TSelf value)
System.IDecrementOperators
Definition
IDecrementOperators.cs:7
System.Runtime.Versioning
Definition
NonVersionableAttribute.cs:1
System.ExceptionArgument.value
@ value
System
Definition
BlockingCollection.cs:8
source
System.Private.CoreLib
System
IDecrementOperators.cs
Generated by
1.10.0