mscorlib(4.0.0.0) API with additions
CompilationRelaxations.cs
2 
4 {
7  [Flags]
8  [ComVisible(true)]
10  {
12  NoStringInterning = 0x8
13  }
14 }
Definition: __Canon.cs:3
Marks an assembly as not requiring string-literal interning.
CompilationRelaxations
Specifies parameters that control the strictness of the code generated by the common language runtime...
Specifies that the class can be serialized.