GetCachedSwitchValueInternal() private static method

private static GetCachedSwitchValueInternal ( string switchName, int &switchValue ) : bool
switchName string
switchValue int
return bool
コード例 #1
0
 internal static bool GetCachedSwitchValue(string switchName, ref int switchValue)
 {
     return(switchValue >= 0 && (switchValue > 0 || LocalAppContext.GetCachedSwitchValueInternal(switchName, ref switchValue)));
 }