Table of Contents

Method InvokeWhileFalse

Namespace
MonoMod.Utils
Assembly
MonoMod.Utils.dll

InvokeWhileFalse(MulticastDelegate, params object[])

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

Parameters

md MulticastDelegate
args object[]

Returns

bool