共用方式為


SingleComplexNode.Accept<T>(QueryNodeVisitor<T>) 方法

定義

QueryNodeVisitor<T>接受 ,其會逐步執行 的樹狀 QueryNode 結構。

public override T Accept<T> (Microsoft.OData.UriParser.QueryNodeVisitor<T> visitor);
override this.Accept : Microsoft.OData.UriParser.QueryNodeVisitor<'T> -> 'T
Public Overrides Function Accept(Of T) (visitor As QueryNodeVisitor(Of T)) As T

類型參數

T

造訪者瀏覽此語彙基元之後所傳回的類型。

參數

visitor
QueryNodeVisitor<T>

造訪者介面的實作。

傳回

T

由造訪者的型別參數決定其型別的物件。

適用於