C# Class Ng.Json.PropertySkippingJsonReader

Inheritance: InterceptingJsonReader
Afficher le fichier Open project: NuGet/NuGet.Services.Metadata

Méthodes publiques

Méthode Description
PropertySkippingJsonReader ( JsonReader innerReader, IEnumerable interceptPaths ) : System.Collections.Generic

Méthodes protégées

Méthode Description
OnReadInterceptedPropertyName ( ) : bool

Method Details

OnReadInterceptedPropertyName() protected méthode

protected OnReadInterceptedPropertyName ( ) : bool
Résultat bool

PropertySkippingJsonReader() public méthode

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