View Source
Class MapperCollection
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public class MapperCollection : BuilderCollectionBase<BaseMapper>, IMapperCollection, IBuilderCollection<BaseMapper>, IEnumerable<BaseMapper>, IEnumerable
Constructors
View Source
MapperCollection(IEnumerable<BaseMapper>)
Declaration
public MapperCollection(IEnumerable<BaseMapper> items)
Parameters
Type |
Name |
Description |
System.Collections.Generic.IEnumerable<BaseMapper> |
items |
|
Properties
View Source
Item[Type]
Declaration
public BaseMapper this[Type type] { get; }
Parameters
Type |
Name |
Description |
System.Type |
type |
|
Property Value