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