JsonDynamicContainsKey Method |
Tests whether the object contains a member with the specified key. It does not check the value of the member
which might be null.
Namespace: Dextronet.JsonieAssembly: Dextronet.Jsonie (in Dextronet.Jsonie.dll) Version: 1.0.0.0
Syntax public bool ContainsKey(
string key
)
Public Function ContainsKey (
key As String
) As Boolean
Parameters
- key
- Type: SystemString
The key of the member to find.
Return Value
Type:
BooleanTrue if member with specified key member is defined in the object.
Exceptions See Also