Class BitwiseNegationHandler
  
  
  
  
    Inheritance
    
    
    
    BitwiseNegationHandler
   
  
  Namespace: Ludiq
  
  Syntax
  
    public sealed class BitwiseNegationHandler : UnaryOperatorHandler
   
  Constructors
  
  
  
  
  BitwiseNegationHandler()
  
  
  Declaration
  
    public BitwiseNegationHandler()
   
  Methods
  
  
  
  
  CustomHandling(Object)
  
  
  Declaration
  
    protected override object CustomHandling(object operand)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | Object | 
        operand | 
         | 
      
    
  
  Returns
  
  Overrides
  
  
  
  
  
  
  
  Declaration
  
    public override string GetDescriptionFormat(Type type)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | Type | 
        type | 
         | 
      
    
  
  Returns
  
  Overrides
  
  
  
  
  HasCustomHandling(Type)
  
  
  Declaration
  
    protected override bool HasCustomHandling(Type type)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | Type | 
        type | 
         | 
      
    
  
  Returns
  
  Overrides
  
  Extension Methods