'宣言 Public Function New( _ ByVal expression As System.String _ )
'使用法 Dim expression As System.String Dim instance As New Expression(expression)
public Expression( System.string expression )
パラメータ
- expression
- A string to assign to the Expression.Text property.