This commit is contained in:
Redrover1760
2026-05-07 18:21:30 -04:00
parent 8e59b16718
commit 9ddc145cc1
+2 -2
View File
@@ -110,8 +110,8 @@ public partial struct BlipConfig : IEquatable<BlipConfig>
&& Bounds == other.Bounds;
}
public readonly override int GetHashCode()
public override readonly int GetHashCode()
{
throw new NotSupportedException("BlipConfig should not be used as a dictionary key.");
throw new NotSupportedException("BlipConfig is not supported with GetHashCode().");
}
}