Class BitwiseExclusiveOrHandler
  
  
  
  
    Inheritance
    
    
    
    BitwiseExclusiveOrHandler
   
  
  Namespace: Ludiq
  
  Syntax
  
    public class BitwiseExclusiveOrHandler : BinaryOperatorHandler
   
  Constructors
  
  
  
  
  BitwiseExclusiveOrHandler()
  
  
  Declaration
  
    public BitwiseExclusiveOrHandler()
   
  Methods
  
  
  
  
  CustomHandling(Object, Object)
  
  
  Declaration
  
    protected override object CustomHandling(object leftOperand, object rightOperand)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | Object | 
        leftOperand | 
         | 
      
      
        | Object | 
        rightOperand | 
         | 
      
    
  
  Returns
  
  Overrides
  
  
  
  
  GetCustomHandlingType(Type, Type)
  
  
  Declaration
  
    protected override Type GetCustomHandlingType(Type leftType, Type rightType)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | Type | 
        leftType | 
         | 
      
      
        | Type | 
        rightType | 
         | 
      
    
  
  Returns
  
  Overrides
  
  
  
  
  
  
  
  Declaration
  
    public override string GetDescriptionFormat(Type leftType, Type rightType)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | Type | 
        leftType | 
         | 
      
      
        | Type | 
        rightType | 
         | 
      
    
  
  Returns
  
  Overrides
  
  Extension Methods