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