Click or type ~ to show Console
Type Ctrl-C to close console. Type 'wat?' to find out how this console was created.
Welcome to the Iloggable Interactive Console. You can navigate posts either by file hierarchy with cd [path] or via paged posts lists using the posts [page] command. You can navigate to a new post with the go [path|#id].

ILoggable

A place to keep my thoughts on programming

Daily Archives: January 21, 2005

Fun with enum bitflags

I’ve previously learned about the enum [Flags()] attribute, but had forgotten usage and reference to it isn’t the best, so i figured, iput this down before it slips my mind again. Say you want a compact way to store a … Continue reading

January 21, 2005 .net