F# pattern matching with DataGridColumn.Visibility?

In theory a value of type Visibility can be something other than Visible or Collapsed because . Net enums allow any value of the underlying integral type as a value for the enum type (to allow things like ORing enums).

Right, . NET enums are thin facades over integer types, and can take on any value of the underlying integer type. – Brian Jun 3 '10 at 17:33 This is correct.

For instance, (LanguagePrimitives. EnumOfValue 2uy : Visibility) will give you a value of type Visibility which is neither Visible nor Collapsed, just as the compiler warns about. – kvb Jun 3 '10 at 19:06.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions