Table of Contents

Class InvokeUtils

Namespace
Innova.Prism.Library.Security
Assembly
Innova.Prism.Library.dll

Helper functions about invoking, delegates and the like.

public static class InvokeUtils
Inheritance
InvokeUtils

Methods

AsFunc(Action)

Converts the given Action to a Func<TResult> that always returns null. Useful if a method expects a Func<TResult> delegate and you don't want to return anything.