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