我猜你的代码里有这样的东西:
private T field;
public T Field
{
get
{
return Field; // note the capital F, causing recursion and eventually a StackOverflowExcpetion
}
}
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
20341 次 |
| 最近记录: |