WithKeyAttribute Constructor |
Namespace:
Autofac.Extras.AttributeMetadata
Assembly:
Autofac.Extras.AttributeMetadata (in Autofac.Extras.AttributeMetadata.dll) Version: 6.0.0+9ca59cfaf8ca9a019932258d79b859bcf16e8ed2
Syntax public WithKeyAttribute(
Object key
)
Public Sub New (
key As Object
)
Parameters
- key
- Type: SystemObject
The key that the
dependency should have in order to satisfy the parameter.
See Also