Method ReflectWith
ReflectWith(IAttributeReflector)
This method is for introspection of attributes, it should simply add the key/values this AttributeSource holds to the given IAttributeReflector.
This method iterates over all IAttribute implementations and calls the corresponding ReflectWith(IAttributeReflector) method.
Declaration
public void ReflectWith(IAttributeReflector reflector)
Parameters
Type | Name | Description |
---|---|---|
IAttributeReflector | reflector |