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

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

공개 메소드들

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

보호된 메소드들

메소드 설명
GetTokenIndex ( JToken t, bool errorWhenNoMatch, int index ) : JToken

메소드 상세

ExecuteFilter() 공개 추상적인 메소드

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

GetTokenIndex() 보호된 정적인 메소드

protected static GetTokenIndex ( JToken t, bool errorWhenNoMatch, int index ) : JToken
t JToken
errorWhenNoMatch bool
index int
리턴 JToken