Class UmbracoApiControllerTypeCollection
Namespace: Umbraco.Web.WebApi
Assembly: Umbraco.Web.dll
Syntax
public class UmbracoApiControllerTypeCollection : BuilderCollectionBase<Type>, IBuilderCollection<Type>, IEnumerable<Type>, IEnumerable
Constructors
View SourceUmbracoApiControllerTypeCollection(IEnumerable<Type>)
Declaration
public UmbracoApiControllerTypeCollection(IEnumerable<Type> items)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<System.Type> | items |