示例#1
0
 protected VccNestedStructuredTypeDeclaration(TypeDeclaration containingTypeDeclaration, VccNestedStructuredTypeDeclaration template, List <ITypeDeclarationMember> members)
     : base(containingTypeDeclaration, template, members)
 {
     this.extendedAttributes = new List <Specifier>(template.ExtendedAttributes);
 }
示例#2
0
 protected VccNestedStructuredTypeDeclaration(TypeDeclaration containingTypeDeclaration, VccNestedStructuredTypeDeclaration template, List<ITypeDeclarationMember> members)
     : base(containingTypeDeclaration, template, members)
 {
     this.extendedAttributes = new List<Specifier>(template.ExtendedAttributes);
 }