Class JsonPropertyCollection
Inheritance
JsonPropertyCollection
Namespace: System.Dynamic.ExpandoObject
Assembly: Newtonsoft.Json.dll
Syntax
public class JsonPropertyCollection : System.Collections.ObjectModel.KeyedCollection<string,Newtonsoft.Json.Serialization.JsonProperty>
Constructors
Declaration
public JsonPropertyCollection (Type type);
Parameters
Methods
Declaration
public void AddProperty (Newtonsoft.Json.Serialization.JsonProperty property);
Parameters
Declaration
public Newtonsoft.Json.Serialization.JsonProperty GetClosestMatchProperty (string propertyName);
Parameters
Returns
Declaration
protected override string GetKeyForItem (Newtonsoft.Json.Serialization.JsonProperty item);
Parameters
Returns
Declaration
public Newtonsoft.Json.Serialization.JsonProperty GetProperty (string propertyName, StringComparison comparisonType);
Parameters
Returns