Ciao a tutti,ho trovato questa variabile,ma non so come si interpreta o a cosa serve.

protected int? Test;
public int? test
{
get { return Test; }
}
Grazie.