CommentCtor() public method

public CommentCtor ( QilNode child ) : QilUnary
child QilNode
return QilUnary
Exemplo n.º 1
0
 public QilNode CommentCtor(QilNode content)
 {
     return(_f.CommentCtor(content));
 }