mscorlib(4.0.0.0) API with additions
__Canon.cs
2 
3 namespace System
4 {
5  [Serializable]
6  [ClassInterface(ClassInterfaceType.AutoDual)]
7  [ComVisible(true)]
8  internal class __Canon
9  {
10  }
11 }
Definition: __Canon.cs:3
ClassInterfaceType
Identifies the type of class interface that is generated for a class.