Skip to content

Commit 0a1dfcb

Browse files
author
lzj
committed
修改
1 parent 5518bd1 commit 0a1dfcb

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

csharp/ToolGood.Algorithm2/Operand.cs

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -474,20 +474,20 @@ public Operand ToArray(string errorMessage = null)
474474
return this;
475475
}
476476

477-
/// <summary>
478-
/// 设置失败
479-
/// </summary>
480-
/// <param name="errorMessage"></param>
481-
/// <returns></returns>
482-
public Operand SetError(string errorMessage)
483-
{
484-
_isError = true;
485-
if (null==_errorMsg)
486-
{
487-
_errorMsg = errorMessage;
488-
}
489-
return this;
490-
}
477+
///// <summary>
478+
///// 设置失败
479+
///// </summary>
480+
///// <param name="errorMessage"></param>
481+
///// <returns></returns>
482+
//public Operand SetError(string errorMessage)
483+
//{
484+
// _isError = true;
485+
// if (null==_errorMsg)
486+
// {
487+
// _errorMsg = errorMessage;
488+
// }
489+
// return this;
490+
//}
491491

492492
void IDisposable.Dispose() { }
493493

0 commit comments

Comments
 (0)