IDynamicExpression.Rewrite(Expression[]) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
重寫這個節點,以所提供值取代動態運算式的引數。 args
的數目必須符合目前的運算式數目。 您不應該使用這個類型。 它只有在組件重構時為公用,且使用於內部以取得效能最佳化。 這個 Helper 方法可在呼叫位置所使用之 DynamicExpression 的衍生特定實作類別之外重寫節點。
public:
System::Linq::Expressions::Expression ^ Rewrite(cli::array <System::Linq::Expressions::Expression ^> ^ args);
public System.Linq.Expressions.Expression Rewrite (System.Linq.Expressions.Expression[] args);
abstract member Rewrite : System.Linq.Expressions.Expression[] -> System.Linq.Expressions.Expression
Public Function Rewrite (args As Expression()) As Expression
參數
- args
- Expression[]
用來取代這個節點的引數。
傳回
重寫的節點;如果未進行任何變更,則會傳回相同的節點。