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