RepositoryInstanceTKey, TValueItem Property |
Getter/Setter by key indexer
Namespace:
Crosser.Common.Utilities.Persistence
Assembly:
Crosser.Common (in Crosser.Common.dll) Version: 0.0.4
Syntax public TValue this[
TKey key
] { get; set; }
Parameters
- key
- Type: TKey
the generic key to use in get/set
Return Value
Type:
TValuethe value located
See Also