All articles

.NET fejtörő 5.

Published 2015-02-09 - Last modified 2015-02-05

Original: https://soci.hu/blog/index.php/2015/02/09/net-fejtoro-5/

Mi a gond az alábbi kóddal?

class Teaser4
{
    int Item = 0;

    public int this[params int[] arr]
    {
        get
        {
            return Item;
        }
    }
}