Skip to content

Instantly share code, notes, and snippets.

View mlorbetske's full-sized avatar

Mike Lorbetske mlorbetske

  • Syndigo
  • Milwaukee, WI
View GitHub Profile
using System;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
namespace ConsoleApp2
{
public unsafe class UnmanagedArray<T>
where T : struct
{
private static IntPtr _value;