Method AssertAttributeReflection
AssertAttributeReflection(Attribute, IDictionary<String, Object>)
Checks some basic behaviour of an AttributeImpl
Declaration
public static void AssertAttributeReflection(Attribute att, IDictionary<string, object> reflectedValues)
Parameters
Type | Name | Description |
---|---|---|
Attribute | att | Attribute to reflect |
IDictionary<System.String, System.Object> | reflectedValues | contains a map with "AttributeClass#key" as values |