Check out this snippet.
string NAME;
public string name
{
set { NAME = value; }
get { return NAME; }
}
Editor autocompletion detects NAME
, but does not aknowledge name
.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.