Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Diagnostics.ActivitySpanId Struct Reference

Public Member Functions

string ToHexString ()
 
override string ToString ()
 
bool Equals (ActivitySpanId spanId)
 
override bool Equals ([NotNullWhen(true)] object? obj)
 
override int GetHashCode ()
 
void CopyTo (Span< byte > destination)
 
bool Equals (T? other)
 

Static Public Member Functions

static unsafe ActivitySpanId CreateRandom ()
 
static ActivitySpanId CreateFromBytes (ReadOnlySpan< byte > idData)
 
static ActivitySpanId CreateFromUtf8String (ReadOnlySpan< byte > idData)
 
static ActivitySpanId CreateFromString (ReadOnlySpan< char > idData)
 
static bool operator== (ActivitySpanId spanId1, ActivitySpanId spandId2)
 
static bool operator!= (ActivitySpanId spanId1, ActivitySpanId spandId2)
 

Package Functions

 ActivitySpanId (string hexString)
 

Private Member Functions

unsafe ActivitySpanId (ReadOnlySpan< byte > idData)
 

Private Attributes

readonly string _hexString
 

Detailed Description

Definition at line 8 of file ActivitySpanId.cs.


The documentation for this struct was generated from the following file: