Method WithMetadata
- Namespace
- Autofac.Integration.Mef
- Assembly
- Autofac.Integration.Mef.dll
WithMetadata(string, object)
public ExportConfigurationBuilder WithMetadata(string key, object value)
Parameters
Returns
WithMetadata(IEnumerable<KeyValuePair<string, object>>)
public ExportConfigurationBuilder WithMetadata(IEnumerable<KeyValuePair<string, object>> metadata)
Parameters
metadataIEnumerable<KeyValuePair<string, object>>