C# 클래스 YAMP.QueryContextExtensions

Useful extensions for QueryContext instances.
파일 보기 프로젝트 열기: FlorianRappl/YAMP

공개 메소드들

메소드 설명
Run ( this query ) : void

Begins the interpretation of the current parse tree.

Run ( this query, Object values ) : void

Begins the interpretation of the current parse tree.

메소드 상세

Run() 공개 정적인 메소드

Begins the interpretation of the current parse tree.
public static Run ( this query ) : void
query this The query to extend.
리턴 void

Run() 공개 정적인 메소드

Begins the interpretation of the current parse tree.
public static Run ( this query, Object values ) : void
query this The query to extend.
values Object /// The values in an anonymous object - containing name - value pairs. ///
리턴 void