Esempio n. 1
0
 protected VccNestedStructDeclaration(TypeDeclaration containingTypeDeclaration, VccNestedStructDeclaration template, List <ITypeDeclarationMember> members)
     : base(containingTypeDeclaration, template, members)
 {
 }
Esempio n. 2
0
 protected VccNestedStructDeclaration(TypeDeclaration containingTypeDeclaration, VccNestedStructDeclaration template, List<ITypeDeclarationMember> members)
     : base(containingTypeDeclaration, template, members)
 {
 }
Esempio n. 3
0
 protected VccNestedStructDeclaration(TypeDeclaration containingTypeDeclaration, VccNestedStructDeclaration template)
     : base(containingTypeDeclaration, template)
 {
 }
Esempio n. 4
0
 protected VccNestedStructDeclaration(TypeDeclaration containingTypeDeclaration, VccNestedStructDeclaration template)
     : base(containingTypeDeclaration, template)
 {
 }