 | 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
Syntaxpublic bool ContainsKey(
string key
)
Public Function ContainsKey (
key As String
) As Boolean
Parameters
- key
- Type: SystemString
The key.
Return Value
Type:
Boolean if the collection contains the specified key; otherwise,
.
See Also