PairEncodingDefinitionBaseCreateTKey, TValue Method

Constructs a new class based on this encoding method.

Definition

Namespace: SnapDB.Snap.Definitions
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public abstract PairEncodingBase<TKey, TValue> Create<TKey, TValue>()
where TKey : new(), SnapTypeBase<TKey>
where TValue : new(), SnapTypeBase<TValue>

Type Parameters

TKey
The key for this encoding method.
TValue
The value for this encoding method.

Return Value

PairEncodingBaseTKey, TValue
The encoding method.

See Also