Represents DTO transformation.
Namespace: DotNext.IO Assembly: DotNext.IO.dll Syntaxpublic 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.
DeclarationValueTask<TResult> TransformAsync<TReader>(TReader reader, CancellationToken token) where TReader : IAsyncBinaryReader
Parameters Type Name Description TReader reader
The reader of DTO content.
CancellationToken tokenThe token that can be used to cancel the operation.
Returns Type Description ValueTask<TResult>The converted DTO content.
Type Parameters Name Description TReaderThe type of binary reader.
Extension MethodsRetroSearch 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