다음을 통해 공유


CsdlJsonReaderFactory 대리자

정의

참조된 JSON CSDL 스키마에 대한 판독기를 검색하는 데 사용되는 대리자입니다. Utf8JsonReader는 ref 구조체이며, Uri가 건너뛰려는 구문 분석하려는 Uri를 distiguish할 수 없습니다. 따라서 out 부울 값을 사용하여 입력 참조 Uri 구문 분석을 건너뛸지 여부를 나타냅니다.

public delegate System.Text.Json.Utf8JsonReader CsdlJsonReaderFactory(Uri uri, out bool skip);
type CsdlJsonReaderFactory = delegate of Uri * bool -> Utf8JsonReader
Public Delegate Function CsdlJsonReaderFactory(uri As Uri, ByRef skip As Boolean) As Utf8JsonReader 

매개 변수

uri
Uri

참조 Uri입니다.

skip
Boolean

입력 URI 구문 분석을 건너뛸지 여부를 나타내는 부울 값을 출력합니다.

반환 값

해당하는 입니다 Utf8JsonReader.

적용 대상