JsonCreationConverter<T>.FieldExists(String, JObject) Méthode

Définition

Le champ attendu existe-t-il ?

protected:
 bool FieldExists(System::String ^ fieldName, Newtonsoft::Json::Linq::JObject ^ jsonObject);
protected bool FieldExists (string fieldName, Newtonsoft.Json.Linq.JObject jsonObject);
member this.FieldExists : string * Newtonsoft.Json.Linq.JObject -> bool
Protected Function FieldExists (fieldName As String, jsonObject As JObject) As Boolean

Paramètres

fieldName
String
jsonObject
Newtonsoft.Json.Linq.JObject

Retours

Boolean

S’applique à