RowReaderExtensions.DeserializerFunc<TItem> Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public delegate Microsoft.Azure.Cosmos.Serialization.HybridRow.Result RowReaderExtensions.DeserializerFunc<TItem>(ref RowReader reader, out TItem item);
type RowReaderExtensions.DeserializerFunc<'Item> = delegate of RowReader * 'Item -> Result
Public Delegate Function RowReaderExtensions.DeserializerFunc(Of TItem)(ByRef reader As RowReader, ByRef item As TItem) As Result
Type Parameters
- TItem
Parameters
- reader
- RowReader
- item
- TItem