IAttributeProvider Interface |
Namespace: Newtonsoft.Json.Serialization
public interface IAttributeProvider
| Name | Description | |
|---|---|---|
| GetAttributes(Boolean) |
Returns a collection of all of the attributes, or an empty collection if there are no attributes.
| |
| GetAttributes(Type, Boolean) |
Returns a collection of attributes, identified by type, or an empty collection if there are no attributes.
|