Factory for ClassDeclarationTranslationUnit.
Inheritance: TranslationUnitFactory, ITranslationUnitFactory
コード例 #1
0
 /// <summary>
 /// Copy initializes a new instance of the <see cref="ClassDeclarationTranslationUnitFactory"/> class.
 /// </summary>
 /// <param name="other"></param>
 /// <remarks>
 /// For testability.
 /// </remarks>
 public ClassDeclarationTranslationUnitFactory(ClassDeclarationTranslationUnitFactory other)
     : base(other)
 {
 }
コード例 #2
0
 /// <summary>
 /// Copy initializes a new instance of the <see cref="ClassDeclarationTranslationUnitFactory"/> class.
 /// </summary>
 /// <param name="other"></param>
 /// <remarks>
 /// For testability.
 /// </remarks>
 public ClassDeclarationTranslationUnitFactory(ClassDeclarationTranslationUnitFactory other)
     : base(other)
 {
 }