Exemplo n.º 1
0
            ������������ /// <summary>
            ������������ /// The Clone is supported only by a root criteria.
            ������������ /// </summary>
            ������������ /// <returns>The clone of the root criteria.</returns>
            ������������public object Clone()
            ������������
            {
                ����������������// implemented only for compatibility with CriteriaTransformer
                ����������������return root.Clone();

                ������������
            }
Exemplo n.º 2
0
 /// <summary>
 /// The Clone is supported only by a root criteria.
 /// </summary>
 /// <returns>The clone of the root criteria.</returns>
 public object Clone()
 {
     // implemented only for compatibility with CriteriaTransformer
     return(root.Clone());
 }