Table of Contents

Interface IAttributeProvider

Namespace
Newtonsoft.Json.Serialization
Assembly
Newtonsoft.Json.dll
public interface IAttributeProvider
Extension Methods

Methods

GetAttributes(bool)

IList<Attribute> GetAttributes(bool inherit)

Parameters

inherit bool

Returns

IList<Attribute>

GetAttributes(Type, bool)

IList<Attribute> GetAttributes(Type attributeType, bool inherit)

Parameters

attributeType Type
inherit bool

Returns

IList<Attribute>