Table of Contents

Class KeyedCodecMap<TDomain>

Namespace
Shard.Codecs
Assembly
Shard.Codecs.dll

Holds the typed values decoded for one frozen set of keyed codec cases.

public sealed class KeyedCodecMap<TDomain>

Type Parameters

TDomain
Inheritance
KeyedCodecMap<TDomain>
Inherited Members

Properties

Count

public int Count { get; }

Property Value

int

Methods

TryGet<TValue>(KeyedCodecCase<TValue>, out TValue)

public bool TryGet<TValue>(KeyedCodecCase<TValue> codecCase, out TValue value)

Parameters

codecCase KeyedCodecCase<TValue>
value TValue

Returns

bool

Type Parameters

TValue