Exemplo n.º 1
0
 /// <summary>
 /// Initializes a new comment node from an existing comment node.
 /// </summary>
 /// <param name="other">Comment node to copy from.</param>
 public XCommentWrap(IXComment other)
 {
     this.instance = new XComment(other.Comment);
 }
Exemplo n.º 2
0
 /// <summary>
 /// Initializes a new comment node from an existing comment node.
 /// </summary>
 /// <param name="other">Comment node to copy from.</param>
 public XCommentWrap(IXComment other)
 {
     this.instance = new XComment(other.Comment);
 }