MemberInfo.ICustomAttributeProvider.GetCustomAttributes Method
Definition
Overloads
ICustomAttributeProvider.GetCustomAttributes(Boolean) | |
ICustomAttributeProvider.GetCustomAttributes(Type, Boolean) |
ICustomAttributeProvider.GetCustomAttributes(Boolean)
virtual cli::array <System::Object ^> ^ System.Reflection.ICustomAttributeProvider.GetCustomAttributes(bool inherit) = System::Reflection::ICustomAttributeProvider::GetCustomAttributes;
object[] ICustomAttributeProvider.GetCustomAttributes (bool inherit);
Function GetCustomAttributes (inherit As Boolean) As Object() Implements ICustomAttributeProvider.GetCustomAttributes
Parameters
- inherit
- Boolean
Returns
Object[]
Implements
ICustomAttributeProvider.GetCustomAttributes(Type, Boolean)
virtual cli::array <System::Object ^> ^ System.Reflection.ICustomAttributeProvider.GetCustomAttributes(Type ^ attributeType, bool inherit) = System::Reflection::ICustomAttributeProvider::GetCustomAttributes;
object[] ICustomAttributeProvider.GetCustomAttributes (Type attributeType, bool inherit);
Function GetCustomAttributes (attributeType As Type, inherit As Boolean) As Object() Implements ICustomAttributeProvider.GetCustomAttributes
Parameters
- attributeType
- Type
- inherit
- Boolean
Returns
Object[]