Click or drag to resize

RepositoryInstanceTKey, TValueContainsKey Method

Checks if the repository has a key TK

Namespace:  Crosser.Common.Utilities.Persistence
Assembly:  Crosser.Common (in Crosser.Common.dll) Version: 0.0.4
Syntax
C#
public bool ContainsKey(
	TKey key
)

Parameters

key
Type: TKey
the generic key to use in the lookup

Return Value

Type: Boolean
true if the key exists in the repository
See Also