IndividualEncodingDefinitionBaseCreateT 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 IndividualEncodingBase<T> Create<T>()
where T : new(), SnapTypeBase<T>

Type Parameters

T
The type of this base class.

Return Value

IndividualEncodingBaseT
The encoding method.

See Also