I frequently read code like this:
System.Diagnostics.DebuggableAttribute.DebuggingModes.DisableOptimizations | System.Diagnostics.DebuggableAttribute.DebuggingModes.EnableEditAndContinue | System.Diagnostics.DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints | System.Diagnostics.DebuggableAttribute.DebuggingModes.Default)
in C# program,sometimes parameter like this,what's this meanning ?
I have searched from google,but has no valuable answer,the '|' can not property parsing in Google engine,maybe i use the wrong way when searching.