コード例 #1
0
 public static ElementQuery Name(string name) =>
 ByBase.Name <NamedElementProxyQueryRemote>(name);
コード例 #2
0
 public static ElementQuery Type <TQueryType>() =>
 ByBase.Type <TQueryType, TypedElementQueryRemote>();
コード例 #3
0
 public static ElementQuery Path(string path) =>
 ByBase.Path <PathElementProxyQueryRemote>(path);
コード例 #4
0
 public static ElementQuery Type <TQueryType>(string name) =>
 ByBase.Type <TQueryType, TypedElementQueryRemote>(name);