Table of Contents

Method InvokeWhileTrue

Namespace
MonoMod.Utils
Assembly
MonoMod.Utils.dll

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 MulticastDelegate
args object[]

Returns

bool