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