Exemplo n.º 1
0
    static void Main(string[] args)
    {
        Spy    spy    = new Spy();
        string result = spy.ColectGettersAndSetters("Hacker");

        Console.WriteLine(result);
    }