, , , . , , . System.Diagnostics , , DebuggerStepThrough() DebuggerHidden().
[DebuggerStepThrough()]
public double GrandTotal
{
get
{
return (this.Subtotal + this.Tax + this.Shipping);
}
}
...
[DebuggerHidden()]
public double GrandTotal
{
get
{
return (this.Subtotal + this.Tax + this.Shipping);
}
}
: Oded , , :) , ?