- 
                Notifications
    
You must be signed in to change notification settings  - Fork 35
 
Overload_CodeJam_Reflection_ReflectionExtensions_GetMetadataAttributes
        Andrew Koryavchenko edited this page Jul 4, 2017 
        ·
        1 revision
      
    
| Name | Description | |
|---|---|---|
![]()  
 | 
GetMetadataAttributes(TAttribute)(ICustomAttributeProvider) | Performs search for metadata attributes. The search is performed in the following order: * member attributes, base implementation attributes (if the attributeProvider is member of the type) * type attributes, base type attributes (if the attributeProvider is type or member of the type) * container type attributes (if the type is nested type) * assembly attributes. | 
![]()  
 | 
GetMetadataAttributes(TAttribute)(ICustomAttributeProvider, Boolean) | 
Performs search for metadata attributes. If the thisLevelOnly is true, the search is performed in the following order: * member attributes, base implementation attributes (if the attributeProvider is member of the type) * type attributes, base type attributes (if the attributeProvider is type or member of the type) * container type attributes (if the type is nested type) * assembly attributes. | 
