コード例 #1
0
ファイル: TypeDeclarations.cs プロジェクト: Suchiman/vcc
 protected VccNestedStructDeclaration(TypeDeclaration containingTypeDeclaration, VccNestedStructDeclaration template, List <ITypeDeclarationMember> members)
     : base(containingTypeDeclaration, template, members)
 {
 }
コード例 #2
0
ファイル: TypeDeclarations.cs プロジェクト: edgar-pek/VCDryad
 protected VccNestedStructDeclaration(TypeDeclaration containingTypeDeclaration, VccNestedStructDeclaration template, List<ITypeDeclarationMember> members)
     : base(containingTypeDeclaration, template, members)
 {
 }
コード例 #3
0
ファイル: TypeDeclarations.cs プロジェクト: Suchiman/vcc
 protected VccNestedStructDeclaration(TypeDeclaration containingTypeDeclaration, VccNestedStructDeclaration template)
     : base(containingTypeDeclaration, template)
 {
 }
コード例 #4
0
ファイル: TypeDeclarations.cs プロジェクト: edgar-pek/VCDryad
 protected VccNestedStructDeclaration(TypeDeclaration containingTypeDeclaration, VccNestedStructDeclaration template)
     : base(containingTypeDeclaration, template)
 {
 }