1 // Compiler options: -doc:xml-018.xml
8 public static void Main ()
13 /// comment for indexer
15 public string this [int i
] {
20 /// comment for indexer
22 public string this [string s
] {
27 /// comment for indexer wit multiple parameters
29 public string this [int i
, Test t
] {