Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Reflection.Metadata.BlobContentId Struct Reference

Public Member Functions

 BlobContentId (Guid guid, uint stamp)
 
 BlobContentId (ImmutableArray< byte > id)
 
unsafe BlobContentId (byte[] id)
 
bool Equals (BlobContentId other)
 
override bool Equals ([NotNullWhen(true)] object? obj)
 
override int GetHashCode ()
 
bool Equals (T? other)
 

Static Public Member Functions

static BlobContentId FromHash (ImmutableArray< byte > hashCode)
 
static BlobContentId FromHash (byte[] hashCode)
 
static Func< IEnumerable< Blob >, BlobContentIdGetTimeBasedProvider ()
 
static bool operator== (BlobContentId left, BlobContentId right)
 
static bool operator!= (BlobContentId left, BlobContentId right)
 

Properties

Guid Guid [get]
 
uint Stamp [get]
 
bool IsDefault [get]
 

Detailed Description

Definition at line 8 of file BlobContentId.cs.


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