Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 277 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 277 Bytes

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