Interface IAttributeProvider
Namespace: System.Dynamic.ExpandoObject
Assembly: Newtonsoft.Json.dll
Syntax
public interface IAttributeProvider
Methods
GetAttributes(Boolean)
Declaration
public System.Collections.Generic.IList<Attribute> GetAttributes (bool inherit);
Parameters
Boolean
inherit
|
Returns
IList<Attribute>
|