C# 클래스 Newtonsoft.Json.Linq.JsonPath.RootFilter

상속: PathFilter
파일 보기 프로젝트 열기: JamesNK/Newtonsoft.Json 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Instance RootFilter

공개 메소드들

메소드 설명
ExecuteFilter ( JToken root, IEnumerable current, bool errorWhenNoMatch ) : IEnumerable

비공개 메소드들

메소드 설명
RootFilter ( ) : System.Collections.Generic

메소드 상세

ExecuteFilter() 공개 메소드

public ExecuteFilter ( JToken root, IEnumerable current, bool errorWhenNoMatch ) : IEnumerable
root JToken
current IEnumerable
errorWhenNoMatch bool
리턴 IEnumerable

프로퍼티 상세

Instance 공개적으로 정적으로 프로퍼티

public static RootFilter,Newtonsoft.Json.Linq.JsonPath Instance
리턴 RootFilter