Exemple #1
0
 private static bool __CheckContext(string context)
 {
     return(!(m_enableContextFilters && m_contextFilters.Find(context)));
 }