Skip to content

Overload_CodeJam_Reflection_ReflectionExtensions_GetMetadataAttributes

Andrew Koryavchenko edited this page Jul 4, 2017 · 1 revision

ReflectionExtensions.GetMetadataAttributes Method

Overload List

 

Name Description
Public methodStatic member 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.
Public methodStatic member 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.
  Back to Top

See Also

Reference

ReflectionExtensions Class
CodeJam.Reflection Namespace

Clone this wiki locally