Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
IIncrementOperators.cs
Go to the documentation of this file.
2
3namespace System;
4
5[RequiresPreviewFeatures("Generic Math is in preview.", Url = "https://aka.ms/dotnet-warnings/generic-math-preview")]
6public interface IIncrementOperators<TSelf> where TSelf : IIncrementOperators<TSelf>
7{
8 static abstract TSelf operator ++(TSelf value);
9}
static TSelf operator++(TSelf value)