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