2 using System
.Runtime
.InteropServices
;
6 static public int Main ()
8 object [] o
= typeof (IFoo
).GetMethod ("get_Item").GetParameters () [0].GetCustomAttributes (false);
12 o
= typeof (IFoo
).GetMethod ("set_Item").GetParameters () [0].GetCustomAttributes (false);
21 int this [[MarshalAs (UnmanagedType
.Struct
)]object vt0BasedIdxOrId
] { get; set; }