Ejemplo n.º 1
0
 public bool DirectHas <T> (string scope)
 {
     return(policies != null && policies.ContainsKey(new PolicyKey(typeof(T), scope)));
 }
Ejemplo n.º 2
0
 internal bool DirectHas(Type type, string scope)
 {
     return(policies != null && policies.ContainsKey(new PolicyKey(type, scope)));
 }