Пример #1
0
 public override string ToString()
 {
     return(StringResource.Get(id: "ChildrenNavigator_ToString_3", (object)new UIObject(element: this._root).ToString(), (object)UICondition.ToString(condition: this._treeWalker.Condition), (object)Filter.ToString()));
 }
 public override string ToString()
 {
     return(StringResource.Get(id: "DepthFirstDescendantsNavigator_ToString_2", (object)new UIObject(element: this._treeEnumerator.Root).ToString(), (object)Filter.ToString()));
 }
 public static CompositableWaiter WaitAny(
     TimeSpan timeout,
     params CompositableWaiter[] waiters)
 {
     return(TryWaitAny(timeout: timeout, waiters: waiters) ?? throw new WaiterTimedOutException(message: StringResource.Get(id: "CompositedWaiterTimedOut_1", (object)WaitersToString(waiters: waiters))));
 }
 public override string ToString()
 {
     return(StringResource.Get(id: "ItemContainerChildrenNavigator_ToString_1", (object)new UIObject(element: this._root).ToString()));
 }