- Namespace
- Statiq
.Common - Base Types
-
- object
Syntax
public static class IDocumentYieldExtensions
Methods
Name | Return Value | Summary |
---|---|---|
Yield |
IEnumerable |
Returns a document enumerable given a single document. This is just a convenience
method for converting a single document into an
IEnumerable<T> .
static
|
YieldAsync |
Task |
Returns a document enumerable given a single document. This is just a convenience
method for converting a single document into an
IEnumerable<T> .
static
|