, # , ", ."
, , , . ,
var temp = new TestClass();
temp.Id = 1;
temp.SomeProperty = SomeMethod(temp);
x = temp;
, temp , . this, - . SomeProperty = this.SomeMethod(this) temp.SomeProperty = this.SomeMethod(temp) temp.SomeProperty = temp.SomeMethod(temp)? , , ?
x, , . x , temp.SomeProperty = SomeMethod(x).
value . , value , getter set_SomeProperty(value). . , value , temp.SomeProperty = SomeMethod(value).
, , , newthis. , , newthis, . Microsoft, , , .