コード例 #1
0
ファイル: TypeDeclarations.cs プロジェクト: Suchiman/vcc
 protected VccStructDeclaration(NamespaceDeclaration containingNamespaceDeclaration, VccStructDeclaration template)
     : base(containingNamespaceDeclaration, template)
 {
 }
コード例 #2
0
ファイル: TypeDeclarations.cs プロジェクト: edgar-pek/VCDryad
 protected VccStructDeclaration(NamespaceDeclaration containingNamespaceDeclaration, VccStructDeclaration template)
     : base(containingNamespaceDeclaration, template)
 {
 }