ArrayEnumerable.concat Method
        
 Concatenates two sequences.
 
         
        Parameters
        
            - second
            
 
            - 
                
Type: IEnumerable
The sequence to concatenate to this sequence. 
        
        Return Value
        
Type: IEnumerable
        
An enumerable that contains the concatenated elements of the two input sequences.