Exemplo n.º 1
0
 internal StructNestedInterfaceWithCodeAnalysis()
 {
     type = new NestedInterfaceWithCodeAnalysis();
 }
Exemplo n.º 2
0
 internal StaticClassNestedInterfaceWithCodeAnalysis()
 {
     nestedInterface = new NestedInterfaceWithCodeAnalysis();
 }
Exemplo n.º 3
0
 internal ClassNestedInterfaceWithCodeAnalysis()
 {
     type = new NestedInterfaceWithCodeAnalysis();
 }