AFMHorizon

Results 14 comments of AFMHorizon

I'll add my name to the list - this would be great

Hey mate. From what I could gather (there is a bit going on in there) this is the desired behaviour. This is the Xml comment from the List property: `///...

I'd like to have a go at this if that's ok. I've started sketching up some ideas on an experimental branch as a solution. If anyone has any specific ideas/constraints...

@Cassidie When you cast an int to a FlaggedEnum (SomeEnum)3 what behaviour would you normally expect from that? I'm a little confused as to how to implement this as to...

@Cassidie Ok, cool. Due to the smart enums often having extended behaviour attached to them I was thinking to return actual copies of the SmartEnum Objects. and providing a ToString...

@Cassidie Hi! I've got something that looks more or less finished over on my master fork. could you do me a favor and take a look at it before I...

@Cassidie I have put in a pull request, just to keep you in the loop.

Hi @syedsuhaib! How would a HasFlag() method usually operate?

@syedsuhaib Do the TryFromValue() and the TryFromValueToString() methods provide similar functionality as HasFlag()? Although they return values as well as a bool they may provide a good point to modify...

Ohhh sorry I think I understand! It would operate the value itself to see if it represents within it the flag bit value you are looking for. (Possibly still a...