We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbc5ad6 commit e9b8027Copy full SHA for e9b8027
csharp/ToolGood.Algorithm2/ConditionCache.cs
@@ -15,7 +15,7 @@ public class ConditionCache
15
/// <summary>
16
/// 最后一个错误
17
/// </summary>
18
- public string LastError;
+ public string LastError { get; private set; }
19
20
/// 是否开启延迟加载
21
/// 开启后,不会立即调取Parse
0 commit comments