Overload List

  NameDescription
HasAttribute<(Of <(TAttribute>)>)(Mirror..::.MemberSet)
Verifies that the targeted type is decorated once with the specified Attribute.
HasAttribute<(Of <(TAttribute>)>)(MemberInfo)
Verifies that the targeted type is decorated once with the specified Attribute.
HasAttribute(Type, Mirror..::.MemberSet)
Verifies that the targeted object is decorated once with the specified Attribute.
HasAttribute(Type, MemberInfo)
Verifies that the targeted object is decorated once with the specified Attribute.
HasAttribute<(Of <(TAttribute>)>)(Mirror..::.MemberSet, String, array<Object>[]()[])
Verifies that the targeted type is decorated once with the specified Attribute.
HasAttribute<(Of <(TAttribute>)>)(MemberInfo, String, array<Object>[]()[])
Verifies that the targeted type is decorated once with the specified Attribute.
HasAttribute(Type, Mirror..::.MemberSet, String, array<Object>[]()[])
Verifies that the targeted object is decorated once with the specified Attribute.
HasAttribute(Type, MemberInfo, String, array<Object>[]()[])
Verifies that the targeted object is decorated once with the specified Attribute.

See Also