Huristic/io

A technology blog

By engineers for engineers

  • Home
  • Blog
  • Research
  • Sign Up
  • About

C# Advanced Enum Value Types!

January 31, 2018 by David Khanaferov in data structures, computer science

I'm going to show approaches of implementing what I call "advanced enums" in C#, since they aren't natively supported. With these techniques we will see, many advantages of more sophisticated enumerations, their use and implementations. Take this with a grain of salt if you are a language purist you probably won't like what you see. I'm going to try and change you mind.

Read More
January 31, 2018 /David Khanaferov /Source
c#, enum, .net, types, data structures
data structures, computer science

Copyright © 2018

The material on this site may not be reproduced, distributed, transmitted, cached or otherwise used, except with the prior written permission of David Khanaferov