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.IO.IDataTransferObject.ITransformation-1.html below:

Interface IDataTransferObject.ITransformation<TResult> | .NEXT

Interface IDataTransferObject.ITransformation<TResult>

Represents DTO transformation.

Namespace: DotNext.IO Assembly: DotNext.IO.dll Syntax
public interface IDataTransferObject.ITransformation<TResult>
Type Parameters Name Description TResult

The result type.

Methods | Edit this page View Source TransformAsync<TReader>(TReader, CancellationToken)

Parses DTO content asynchronously.

Declaration
ValueTask<TResult> TransformAsync<TReader>(TReader reader, CancellationToken token) where TReader : IAsyncBinaryReader
Parameters Type Name Description TReader reader

The reader of DTO content.

CancellationToken token

The token that can be used to cancel the operation.

Returns Type Description ValueTask<TResult>

The converted DTO content.

Type Parameters Name Description TReader

The type of binary reader.

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