interface INTERFACE { string this [ int INDEX ] { get; set; } string Item (int index); }