Walks an interface AST node.
Наследование: ASTWalker, IASTWalker
Пример #1
0
 /// <summary>
 /// Copy initializes a new instance of the <see cref="EnumASTWalker"/> class.
 /// </summary>
 /// <param name="other"></param>
 /// <remarks>
 /// For testability.
 /// </remarks>
 public EnumASTWalker(EnumASTWalker other)
     : base(other)
 {
     this.enumDeclaration = other.enumDeclaration;
 }
Пример #2
0
 /// <summary>
 /// Copy initializes a new instance of the <see cref="EnumASTWalker"/> class.
 /// </summary>
 /// <param name="other"></param>
 /// <remarks>
 /// For testability.
 /// </remarks>
 public EnumASTWalker(EnumASTWalker other)
     : base(other)
 {
     this.enumDeclaration = other.enumDeclaration;
 }