Interface IPropertyValues
Represents a collection of property values.
[JsonConverter(typeof(IPropertyValuesJsonConverter))]
public interface IPropertyValues : IDictionary<string, object>, ICollection<KeyValuePair<string, object>>, IEnumerable<KeyValuePair<string, object>>, IEnumerable
- Extension Methods