Пример #1
0
 internal StructNestedInterfaceWithCodeAnalysis()
 {
     type = new NestedInterfaceWithCodeAnalysis();
 }
Пример #2
0
 internal StaticClassNestedInterfaceWithCodeAnalysis()
 {
     nestedInterface = new NestedInterfaceWithCodeAnalysis();
 }
Пример #3
0
 internal ClassNestedInterfaceWithCodeAnalysis()
 {
     type = new NestedInterfaceWithCodeAnalysis();
 }