CodeGlyphX logo
CodeGlyphX

API Reference

Struct

DecodeBatchResult`1

Namespace CodeGlyphX
Assembly CodeGlyphX
Base ValueType
Modifiers sealed

Result set for a batch decode operation.

Inheritance

  • ValueType
  • DecodeBatchResult`1

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Type Parameters

T

Properties

public DecodeResult<T>[] Results { get; } #

Gets the per-item decode results.

public DecodeBatchDiagnostics Diagnostics { get; } #

Gets aggregated diagnostics for the batch.

public Int32 Count { get; } #

Gets the number of results returned.