Exemple #1
0
 internal StructNestedInterfaceWithCodeAnalysis()
 {
     type = new NestedInterfaceWithCodeAnalysis();
 }
Exemple #2
0
 internal StaticClassNestedInterfaceWithCodeAnalysis()
 {
     nestedInterface = new NestedInterfaceWithCodeAnalysis();
 }
Exemple #3
0
 internal ClassNestedInterfaceWithCodeAnalysis()
 {
     type = new NestedInterfaceWithCodeAnalysis();
 }