Walks an interface AST node.
Inheritance: ASTWalker, IASTWalker
コード例 #1
0
 /// <summary>
 /// Copy initializes a new instance of the <see cref="InterfaceASTWalker"/> class.
 /// </summary>
 /// <param name="other"></param>
 /// <remarks>
 /// For testability.
 /// </remarks>
 public InterfaceASTWalker(InterfaceASTWalker other)
     : base(other)
 {
     this.interfaceDeclaration = other.interfaceDeclaration;
 }
コード例 #2
0
 /// <summary>
 /// Copy initializes a new instance of the <see cref="InterfaceASTWalker"/> class.
 /// </summary>
 /// <param name="other"></param>
 /// <remarks>
 /// For testability.
 /// </remarks>
 public InterfaceASTWalker(InterfaceASTWalker other)
     : base(other)
 {
     this.interfaceDeclaration = other.interfaceDeclaration;
 }