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