Beispiel #1
0
 protected VccNameDeclaration(Compilation targetCompilation, VccNameDeclaration template)
     : base(targetCompilation, template)
 {
     this.isCompilerGenerated = template.isCompilerGenerated;
 }
Beispiel #2
0
 protected VccNameDeclaration(Compilation targetCompilation, VccNameDeclaration template)
     : base(targetCompilation, template)
 {
     this.isCompilerGenerated = template.isCompilerGenerated;
 }