Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
IMinMaxValue.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
IMinMaxValue
<TSelf> where TSelf :
IMinMaxValue
<TSelf>
7
{
8
static
abstract
TSelf
MinValue
{
get
; }
9
10
static
abstract
TSelf
MaxValue
{
get
; }
11
}
System.IMinMaxValue.MinValue
static TSelf MinValue
Definition
IMinMaxValue.cs:8
System.IMinMaxValue.MaxValue
static TSelf MaxValue
Definition
IMinMaxValue.cs:10
System.IMinMaxValue
Definition
IMinMaxValue.cs:7
System.Runtime.Versioning
Definition
NonVersionableAttribute.cs:1
System
Definition
BlockingCollection.cs:8
source
System.Private.CoreLib
System
IMinMaxValue.cs
Generated by
1.10.0