Click or drag to resize

ReflectionAttributeProviderGetAttributes Method (Type, Boolean)

[Missing <summary> documentation for "M:Stimulsoft.Base.Json.Serialization.ReflectionAttributeProvider.GetAttributes(System.Type,System.Boolean)"]

Namespace:  Stimulsoft.Base.Json.Serialization
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public IList<Attribute> GetAttributes(
	Type attributeType,
	bool inherit
)

Parameters

attributeType
Type: SystemType

[Missing <param name="attributeType"/> documentation for "M:Stimulsoft.Base.Json.Serialization.ReflectionAttributeProvider.GetAttributes(System.Type,System.Boolean)"]

inherit
Type: SystemBoolean

[Missing <param name="inherit"/> documentation for "M:Stimulsoft.Base.Json.Serialization.ReflectionAttributeProvider.GetAttributes(System.Type,System.Boolean)"]

Return Value

Type: IListAttribute

[Missing <returns> documentation for "M:Stimulsoft.Base.Json.Serialization.ReflectionAttributeProvider.GetAttributes(System.Type,System.Boolean)"]

Implements

IAttributeProviderGetAttributes(Type, Boolean)
See Also