Enumerates raw key-value pairs
(I.e., the values have not been expanded similar to
TryGetRaw(string, object)
).
- Namespace
- Statiq
.Common - Containing Type
- Document
<TDocument> - Implements
Syntax
public IEnumerator<KeyValuePair<string, object>> GetRawEnumerator()
Return Value
Type | Description |
---|---|
IEnumerator |
An enumerator over raw key-value pairs. |