'宣言 Public Overloads Function Add( _ ByVal expression As System.String _ ) As Expression
'使用法 Dim instance As ExpressionCollection Dim expression As System.String Dim value As Expression value = instance.Add(expression)
public Expression Add( System.string expression )
パラメータ
- expression
- The text of the expression to add.
戻り値の型
The index of the added Expression in the current collection.