C# Class Ng.Json.PropertySkippingJsonReader

Inheritance: InterceptingJsonReader
显示文件 Open project: NuGet/NuGet.Services.Metadata

Public Methods

Method Description
PropertySkippingJsonReader ( JsonReader innerReader, IEnumerable interceptPaths ) : System.Collections.Generic

Protected Methods

Method Description
OnReadInterceptedPropertyName ( ) : bool

Method Details

OnReadInterceptedPropertyName() protected method

protected OnReadInterceptedPropertyName ( ) : bool
return bool

PropertySkippingJsonReader() public method

public PropertySkippingJsonReader ( JsonReader innerReader, IEnumerable interceptPaths ) : System.Collections.Generic
innerReader Newtonsoft.Json.JsonReader
interceptPaths IEnumerable
return System.Collections.Generic