Last active
          August 29, 2015 14:22 
        
      - 
      
- 
        Save txdv/8cefa2acf2e4bc888862 to your computer and use it in GitHub Desktop. 
    Strange behaviour on mono
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | using System; | |
| using System.Linq; | |
| public class Example | |
| { | |
| public static void Main(string[] args) | |
| { | |
| Console.WriteLine(string.Join("\r\n", typeof(string[]).GetInterfaces().Select(i => i.Name))); | |
| } | |
| } | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment