- Namespace
- Statiq
.Common - Containing Type
- I
Document Enumerable Extensions
Syntax
public static DocumentList<TDocument> ToDocumentList<TDocument>(this IEnumerable<TDocument> documents)
where TDocument : IDocument
Type Parameters
Name | Description |
---|---|
TDocument |
Parameters
Name | Type | Description |
---|---|---|
documents | IEnumerable |
Return Value
Type | Description |
---|---|
DocumentList |