Skip to content

A C# library that let's you obtain an instance of void

License

Notifications You must be signed in to change notification settings

Seb-stian/GetVoid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A C# library that let's you obtain an instance of void

Resources

License

Stars

Watchers

Forks

Languages