FarPoint.CalcEngine アセンブリ > FarPoint.CalcEngine 名前空間 > ParenthesesExpression クラス : ParenthesesExpression コンストラクタ |
'Declaration
Public Function New( _ ByVal arg As Expression _ )
'使用法
Dim arg As Expression Dim instance As New ParenthesesExpression(arg)
public ParenthesesExpression( Expression arg )
例外 | 説明 |
---|---|
System.ArgumentNullException | カッコ内の式 |