Beispiel #1
0
 public static ElementQuery Type <TQueryType>(string name) =>
 ByBase.Type <TQueryType, TypedElementQueryNative>(name);
Beispiel #2
0
 public static ElementQuery Path(string path) =>
 ByBase.Path <PathElementQueryNative>(path);
Beispiel #3
0
 public static ElementQuery Name(string name) =>
 ByBase.Name <NamedElementQueryNative>(name);
Beispiel #4
0
 public static ElementQuery Type <TQueryType>() =>
 ByBase.Type <TQueryType, TypedElementQueryNative>();