'宣言 Public Function GetNode( _ ByVal index As System.Integer _ ) As Expression
public Expression GetNode( System.int index )
パラメータ
- index
- 式の位置を示す整数値。
戻り値の型
指定した位置にある式。
'宣言 Public Function GetNode( _ ByVal index As System.Integer _ ) As Expression
public Expression GetNode( System.int index )