ix2.cs 93 B

12345
  1. interface INTERFACE {
  2. string this [ int INDEX ] { get; set; }
  3. string Item (int index);
  4. }