Exemple #1
0
 public bool IsDefined(Enum value)
 {
     return(_cache.IsDefined(ToInt(value)));
 }