| 
| static bool  | IsFlags (this Enum @enum) | 
|   | 
◆ IsFlags()
  
  
      
        
          | static bool pluginbase.Helpers.Extensions.EnumExtensions.IsFlags  | 
          ( | 
          this Enum @  | 
          enum | ) | 
           | 
         
       
   | 
  
static   | 
  
 
   11             return Attribute.IsDefined(@
enum.GetType(), typeof(FlagsAttribute));
  
 
 
The documentation for this class was generated from the following file: