HelperRemoveDictKey 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 RemoveDictKey(
string dictName,
string keyName,
bool isStatic = true
)
Public Function RemoveDictKey (
dictName As String,
keyName As String,
Optional isStatic As Boolean = true
) As Boolean
Parameters
- dictName
- Type: SystemString
- keyName
- Type: SystemString
- isStatic (Optional)
- Type: SystemBoolean
Return Value
Type:
Boolean
See Also