HelperCheckDictKey Method |
KotakNet DotNet Library
Namespace:
KotakNet.Bridge
Assembly:
KotakNet.Bridge (in KotakNet.Bridge.dll) Version: 1.0.0.0 (1.0.22.702)
Syntaxpublic bool CheckDictKey(
string dictName,
string keyName,
ref Object result = null
)
Public Function CheckDictKey (
dictName As String,
keyName As String,
Optional ByRef result As Object = Nothing
) As Boolean
Parameters
- dictName
- Type: SystemString
- keyName
- Type: SystemString
- result (Optional)
- Type: SystemObject
Return Value
Type:
Boolean
See Also