示例#1
0
 internal InterfaceWithCodeAnalysis(DocumentWithCodeAnalysis document)
 {
     type          = new InterfaceTypeWithCodeAnalysis();
     this.document = document;
 }
示例#2
0
 internal NestedInterfaceWithCodeAnalysis()
 {
     type = new InterfaceTypeWithCodeAnalysis();
 }