Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Runtime.InteropServices.ArrayWithOffset Struct Reference

Public Member Functions

 ArrayWithOffset (object? array, int offset)
 
object? GetArray ()
 
int GetOffset ()
 
override int GetHashCode ()
 
override bool Equals ([NotNullWhen(true)] object? obj)
 
bool Equals (ArrayWithOffset obj)
 

Static Public Member Functions

static bool operator== (ArrayWithOffset a, ArrayWithOffset b)
 
static bool operator!= (ArrayWithOffset a, ArrayWithOffset b)
 

Private Attributes

readonly object m_array
 
readonly int m_offset
 
readonly int m_count
 

Detailed Description

Definition at line 6 of file ArrayWithOffset.cs.


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