Beispiel #1
0
 public ElementSelectors.IConditionalSelectorBuilderThen WhenElementIsNamed(XmlQualifiedName expectedName)
 {
     return(When(ElementSelectors.ElementNamePredicate(expectedName)));
 }