You are here: Symbol Reference > Stimulsoft.Base.Json.Serialization Namespace > ReflectionAttributeProvider Class > ReflectionAttributeProvider Methods > GetAttributes Method > GetAttributes Method (Type, bool)
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
ReflectionAttributeProvider.GetAttributes Method (Type, bool)

Returns a collection of attributes, identified by type, or an empty collection if there are no attributes.

Syntax
C++
C#
Visual Basic
public: IList<Attribute> GetAttributes( Type attributeType, bool inherit );
Parameters
Parameters 
Description 
attributeType 
The type of the attributes. 
inherit 
When true, look up the hierarchy chain for the inherited custom attribute. 
Returns

A collection of Attributes, or an empty collection.

Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.