Show / Hide Table of Contents

Struct SFunc<TResult>

Implements
IFunc<TResult>
Namespace: Towel
Assembly: Towel.dll
Syntax
public struct SFunc<TResult> : IFunc<TResult>
Type Parameters
Name Description
TResult

Methods

| Improve this Doc View Source

Invoke()

Declaration
public TResult Invoke()
Returns
Type Description
TResult

Operators

| Improve this Doc View Source

Implicit(Func<TResult> to SFunc<TResult>)

Wraps an in an SFunc<TResult>.

Declaration
public static implicit operator SFunc<TResult>(Func<TResult> func)
Parameters
Type Name Description
Func<TResult> func

The wrapped in an SFunc<TResult>.

Returns
Type Description
SFunc<TResult>

Implements

IFunc<TResult>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX