Method InvokeWhileTrue
InvokeWhileTrue(MulticastDelegate, params object[])
Invokes all delegates in the invocation list, as long as the previously invoked delegate returns true.
public static bool InvokeWhileTrue(this MulticastDelegate md, params object[] args)
Parameters
md
MulticastDelegateargs
object[]