I
ichor
hi
public string LastName()
{
get //ERROR HERE
{
return this.lastName;
}
}
this code gives me a compilation error.
says
: ; expected
what am i doing wrong.?
public string LastName()
{
get //ERROR HERE
{
return this.lastName;
}
}
this code gives me a compilation error.
says
: ; expected
what am i doing wrong.?