Show / Hide Table of Contents

Struct SFunc<T1, T2, TResult>

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

Methods

| Improve this Doc View Source

Invoke(T1, T2)

Declaration
public TResult Invoke(T1 arg1, T2 arg2)
Parameters
Type Name Description
T1 arg1
T2 arg2
Returns
Type Description
TResult

Operators

| Improve this Doc View Source

Implicit(Func<T1, T2, TResult> to SFunc<T1, T2, TResult>)

Wraps an in an SFunc<T1, T2, TResult>.

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

The wrapped in an SFunc<T1, T2, TResult>.

Returns
Type Description
SFunc<T1, T2, TResult>

Implements

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