Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
ISpanParseable.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
ISpanParseable
<TSelf> :
IParseable
<TSelf> where TSelf :
ISpanParseable
<TSelf>
7
{
8
static
abstract
TSelf
Parse
(
ReadOnlySpan<char>
s
,
IFormatProvider
? provider);
9
10
static
abstract
bool
TryParse
(
ReadOnlySpan<char>
s
,
IFormatProvider
? provider, out TSelf result);
11
}
System.IFormatProvider
Definition
IFormatProvider.cs:4
System.IParseable
Definition
IParseable.cs:8
System.ISpanParseable.TryParse
static bool TryParse(ReadOnlySpan< char > s, IFormatProvider? provider, out TSelf result)
System.ISpanParseable.Parse
static TSelf Parse(ReadOnlySpan< char > s, IFormatProvider? provider)
System.ISpanParseable
Definition
ISpanParseable.cs:7
System.Runtime.Versioning
Definition
NonVersionableAttribute.cs:1
System.ExceptionArgument.s
@ s
System
Definition
BlockingCollection.cs:8
System.ReadOnlySpan
Definition
ReadOnlySpan.cs:14
source
System.Private.CoreLib
System
ISpanParseable.cs
Generated by
1.10.0