Click or drag to resize

IStorageEntityTKey, TValue Interface

Used to wrap objects to use as key in a key/valye storage

Namespace:  Crosser.Common.Utilities.Persistence
Assembly:  Crosser.Common (in Crosser.Common.dll) Version: 0.0.4
Syntax
C#
public interface IStorageEntity<TKey, TValue>

Type Parameters

TKey
Key
TValue
Value

The IStorageEntityTKey, TValue type exposes the following members.

Properties
  NameDescription
Public propertyTKEY
The generic key
Public propertyTVALUE
The generic value
Top
See Also