public int get_IsDebugOnly(out int pfIsDebugOnly)
 {
     return(_baseCfg.get_IsDebugOnly(out pfIsDebugOnly));
 }
示例#2
0
 public int get_IsDebugOnly(out int pfIsDebugOnly)
 {
     return(_pythonCfg.get_IsDebugOnly(out pfIsDebugOnly));
 }
 public int get_IsDebugOnly(out int pfIsDebugOnly)
 {
     return(_innerNodeCfg.get_IsDebugOnly(out pfIsDebugOnly));
 }