BaseConfigManagergetConfigInt Method |
Namespace:
Kratos_3.Config
Assembly:
Kratos_3 (in Kratos_3.dll) Version: 3.6.2.0 (3.6.2.0)
Syntaxpublic int getConfigInt(
ConfigOptions name
)
Public Function getConfigInt (
name As ConfigOptions
) As Integer
public:
virtual int getConfigInt(
ConfigOptions name
) sealed
abstract getConfigInt :
name : ConfigOptions -> int
override getConfigInt :
name : ConfigOptions -> int
Parameters
- name
- Type: ConfigOptions
Return Value
Type:
Int32
See Also