Esempio n. 1
0
 public IDomElementFromTargetsMethodChainNode <IBaseMethodChainNode, ISelectByFromTargetMethodChainNode> ByValues(params string[] values)
 {
     return(MethodChainContext.Enqueue(SelectByMethodChainNode.ByValues(values)));
 }
Esempio n. 2
0
 public IDomElementFromTargetsMethodChainNode <IBaseMethodChainNode, ISelectByFromTargetMethodChainNode> ByIndices(params int[] indices)
 {
     return(MethodChainContext.Enqueue(SelectByMethodChainNode.ByIndices(indices)));
 }