Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ IsSupported

new bool System.Runtime.Intrinsics.Arm.Crc32.IsSupported
staticget

Definition at line 32 of file Crc32.cs.

33 {
34 [Intrinsic]
35 get
36 {
37 return false;
38 }
39 }