Table of Contents

Method WithMetadata

Namespace
Autofac.Integration.Mef
Assembly
Autofac.Integration.Mef.dll

WithMetadata(string, object)

public ExportConfigurationBuilder WithMetadata(string key, object value)

Parameters

key string
value object

Returns

ExportConfigurationBuilder

WithMetadata(IEnumerable<KeyValuePair<string, object>>)

public ExportConfigurationBuilder WithMetadata(IEnumerable<KeyValuePair<string, object>> metadata)

Parameters

metadata IEnumerable<KeyValuePair<string, object>>

Returns

ExportConfigurationBuilder