Skip to content

Commit

Permalink
Rename UnsafeCoerce.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
hyazinthh committed Jun 18, 2024
1 parent d8fa499 commit 4a41a0c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

namespace Aardvark.Base
{
public static class ArrayUnsafeCoerceExtensions
public static class TypeExtensions
{
private static readonly MethodInfo unsafeSizeOfMeth = typeof(Unsafe).GetMethod(nameof(Unsafe.SizeOf), BindingFlags.Public | BindingFlags.Static);

Expand Down

0 comments on commit 4a41a0c

Please sign in to comment.