Class NPocoMapperCollection
Namespace: Umbraco.Cms.Infrastructure.Persistence
Assembly: Umbraco.Infrastructure.dll
Syntax
public sealed class NPocoMapperCollection : BuilderCollectionBase<IMapper>, IBuilderCollection<IMapper>
Constructors
View SourceNPocoMapperCollection(Func<IEnumerable<IMapper>>)
Declaration
public NPocoMapperCollection(Func<IEnumerable<IMapper>> items)
Parameters
Type | Name | Description |
---|---|---|
Func<IEnumerable<IMapper>> | items |