1 2 3 4 5 6
// Compiler options: -target:library public class Foo { public string this[params string[] types] { get { return ""; }} }