Skip to content

Instantly share code, notes, and snippets.

@txdv
Last active August 29, 2015 14:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save txdv/8cefa2acf2e4bc888862 to your computer and use it in GitHub Desktop.
Save txdv/8cefa2acf2e4bc888862 to your computer and use it in GitHub Desktop.
Strange behaviour on mono
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