5 public static bool Extension (this string self
)
10 public static bool Extension (this D self
)
22 public string this [int index
] {
23 get { return "HelloWorld"; }
26 public string Property
{
30 static void Main (string [] args
)
32 Program p
= new Program ();
34 p
.Property
.Extension ();