Click or drag to resize

HelperGetDictKey Method

KotakNet DotNet Library

Namespace:  KotakNet.Bridge
Assembly:  KotakNet.Bridge (in KotakNet.Bridge.dll) Version: 1.0.0.0 (1.0.22.702)
Syntax
public Object GetDictKey(
	string dictName,
	string keyName,
	bool addIfNotExists = false,
	Object defaultValue = false,
	bool isStatic = true
)

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