JsonPropertyCollection public class JsonPropertyCollection : KeyedCollection<string, JsonProperty> Documentation public JsonPropertyCollection(Type type) public void AddProperty(JsonProperty property) public JsonProperty GetClosestMatchProperty(string propertyName) public JsonProperty GetProperty(string propertyName, StringComparison comparisonType)