Helpful to verify reports of your own downtime, or to double check a downed website you are trying to access.
One of a set of tools we are providing to everyone as a way of saying thank you for being a part of the community.
public enum MyEnum
{
val1 = 1,
val2 = 2,
val3 = 4,
val4 = val1 | val2
}
As far I documentation, I don't remember where I've seen it before. Just try it in your code and see if it works.