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.RefFunc-3.html below:

Delegate RefFunc<T, TArgs, TResult> | .NEXT

Delegate RefFunc<T, TArgs, TResult>

Represents delegate that accepts arbitrary value by reference and support return value.

Namespace: DotNext Assembly: DotNext.dll Syntax
public delegate TResult RefFunc<T, in TArgs, out TResult>(ref T reference, TArgs args)
Parameters Type Name Description T reference

The object passed by reference.

TArgs args

The action arguments.

Returns Type Description TResult

The return value of the method that this delegate encapsulates.

Type Parameters Name Description T

The type of the object to be passed by reference into the action.

TArgs

The type of the arguments to be passed into the action.

TResult

The type of the return value of the method that this delegate encapsulates.

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