Factory for ClassDeclarationTranslationUnit.
Esempio n. 1
0
 /// <summary>
 /// Copy initializes a new instance of the <see cref="TranslationUnitFactory"/> class.
 /// </summary>
 /// <param name="other"></param>
 /// <remarks>
 /// For testability.
 /// </remarks>
 public TranslationUnitFactory(TranslationUnitFactory other)
 {
     this.node          = other.node;
     this.semanticModel = other.semanticModel;
 }
 /// <summary>
 /// Copy initializes a new instance of the <see cref="TranslationUnitFactory"/> class.
 /// </summary>
 /// <param name="other"></param>
 /// <remarks>
 /// For testability.
 /// </remarks>
 public TranslationUnitFactory(TranslationUnitFactory other)
 {
     this.node = other.node;
     this.semanticModel = other.semanticModel;
 }