Interface IValueSetBuilder<T>
Creates a collection of T
.
Namespace: Umbraco.Cms.Infrastructure.Examine
Assembly: Umbraco.Infrastructure.dll
Syntax
public interface IValueSetBuilder<in T>
Type Parameters
Name | Description |
---|---|
T |
Methods
View SourceGetValueSets(T[])
Creates a collection of T
.
Declaration
IEnumerable<ValueSet> GetValueSets(params T[] content)
Parameters
Type | Name | Description |
---|---|---|
T[] | content |
Returns
Type | Description |
---|---|
IEnumerable<ValueSet> |