Click or drag to resize

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
C#
public TValue this[
	TKey key
] { get; set; }

Parameters

key
Type: TKey
the generic key to use in get/set

Return Value

Type: TValue
the value located
See Also