Click or drag to resize

BcfBindingSourceCollectionContainsKey Method

Determines whether the collection contains the specified key.

Namespace:  CalculationWorks.ViewModel.Forms
Assembly:  CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 4.2.0
Syntax
public bool ContainsKey(
	string key
)

Parameters

key
Type: SystemString
The key.

Return Value

Type: Boolean
if the collection contains the specified key; otherwise, .
See Also