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