GetVoid
GetVoid copied to clipboard
A C# library that let's you obtain an instance of void
THE WHAT?
You heard that right! With this library, you can obtain an instance of void
(although boxed). It has never been easier!
object @void = Void.Get();
Don't believe me? Try it for yourself!
Assert.Equal(typeof(void), @void.GetType()); // True