Overload List

  NameDescription
HasAttributes<(Of <(TAttribute>)>)(Mirror..::.MemberSet)
Verifies that the targeted object is decorated with one or several instances of the specified Attribute.
HasAttributes<(Of <(TAttribute>)>)(MemberInfo)
Verifies that the targeted object is decorated with one or several instances of the specified Attribute.
HasAttributes<(Of <(TAttribute>)>)(Mirror..::.MemberSet, Int32)
Verifies that the targeted object is decorated with the exact number of instances of the specified Attribute.
HasAttributes<(Of <(TAttribute>)>)(MemberInfo, Int32)
Verifies that the targeted object is decorated with the exact number of instances of the specified Attribute.
HasAttributes(Type, Mirror..::.MemberSet)
Verifies that the targeted object is decorated with one or several instances of the specified Attribute.
HasAttributes(Type, MemberInfo)
Verifies that the targeted object is decorated with one or several instances of the specified Attribute.
HasAttributes<(Of <(TAttribute>)>)(Mirror..::.MemberSet, String, array<Object>[]()[])
Verifies that the targeted object is decorated with one or several instances of the specified Attribute.
HasAttributes<(Of <(TAttribute>)>)(MemberInfo, String, array<Object>[]()[])
Verifies that the targeted object is decorated with one or several instances of the specified Attribute.
HasAttributes(Type, Mirror..::.MemberSet, Int32)
Verifies that the targeted object is decorated with the exact number of instances of the specified Attribute.
HasAttributes(Type, MemberInfo, Int32)
Verifies that the targeted object is decorated with the exact number of instances of the specified Attribute.
HasAttributes<(Of <(TAttribute>)>)(Mirror..::.MemberSet, Int32, String, array<Object>[]()[])
Verifies that the targeted object is decorated with the exact number of instances of the specified Attribute.
HasAttributes<(Of <(TAttribute>)>)(MemberInfo, Int32, String, array<Object>[]()[])
Verifies that the targeted object is decorated with the exact number of instances of the specified Attribute.
HasAttributes(Type, Mirror..::.MemberSet, String, array<Object>[]()[])
Verifies that the targeted object is decorated with one or several instances of the specified Attribute.
HasAttributes(Type, MemberInfo, String, array<Object>[]()[])
Verifies that the targeted object is decorated with one or several instances of the specified Attribute.
HasAttributes(Type, Mirror..::.MemberSet, Int32, String, array<Object>[]()[])
Verifies that the targeted object is decorated with the exact number of instances of the specified Attribute.
HasAttributes(Type, MemberInfo, Int32, String, array<Object>[]()[])
Verifies that the targeted object is decorated with the exact number of instances of the specified Attribute.

See Also