IMetadataProviderGetMetadata Method |
Gets metadata pairs for the passed target type.
Namespace:
Autofac.Extras.AttributeMetadata
Assembly:
Autofac.Extras.AttributeMetadata (in Autofac.Extras.AttributeMetadata.dll) Version: 6.0.0+9ca59cfaf8ca9a019932258d79b859bcf16e8ed2
Syntax IDictionary<string, Object> GetMetadata(
Type targetType
)
Function GetMetadata (
targetType As Type
) As IDictionary(Of String, Object)
Parameters
- targetType
- Type: SystemType
Target Type for which metadata should be retrieved.
Return Value
Type:
IDictionaryString,
ObjectMetadata dictionary to merge with existing metadata.
See Also