To záleží podľa toho, čo tým myslíš.
Tipujem, že niečo takéto:
public string this [int index]
{
get { return (string) List [index]; }
set { List [index] = value; }
}
To záleží podľa toho, čo tým myslíš.
Tipujem, že niečo takéto:
public string this [int index]
{
get { return (string) List [index]; }
set { List [index] = value; }
}