A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://dotnet.github.io/dotNext/api/DotNext.ISupplier-3.html below:

Interface ISupplier<T1, T2, TResult> | .NEXT

Interface ISupplier<T1, T2, TResult>

Represents functional interface returning arbitrary value and accepting the two arguments.

Namespace: DotNext Assembly: DotNext.dll Syntax
public interface ISupplier<in T1, in T2, out TResult> : IFunctional<Func<T1, T2, TResult>>
Type Parameters Name Description T1

The type of the first argument.

T2

The type of the second argument.

TResult

The type of the result.

Methods | Edit this page View Source Invoke(T1, T2)

Invokes the supplier.

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

The first argument.

T2 arg2

The second argument.

Returns Type Description TResult

The value returned by this supplier.

Extension Methods

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4