Click or drag to resize

BcfBindingSourceCollectionContainsKey Method

[This is preliminary documentation and is subject to change.]

Determines whether the collection contains the specified key.

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

Parameters

key
Type: SystemString
The key.

Return Value

Type: Boolean
true if the collection contains the specified key; otherwise, false.
Version Information

Forms

Supported in: 4.0
See Also