KotakNet DotNet Library
Namespace:
KotakNet.Bridge
Assembly:
KotakNet.Bridge (in KotakNet.Bridge.dll) Version: 1.0.0.0 (1.0.22.702)
Syntaxpublic bool SetDictKey(
string dictName,
string keyName,
Object value,
bool isStatic = true
)
Public Function SetDictKey (
dictName As String,
keyName As String,
value As Object,
Optional isStatic As Boolean = true
) As Boolean
Parameters
- dictName
- Type: SystemString
- keyName
- Type: SystemString
- value
- Type: SystemObject
- isStatic (Optional)
- Type: SystemBoolean
Return Value
Type:
Boolean
See Also