GetRawEnumerator() Method
Enumerates raw key-value pairs (I.e., the values have not been expanded similar to TryGetRaw(string, object)).
Namespace
Statiq.Common
Containing Type
Metadata
Implements

Syntax

public IEnumerator<KeyValuePair<string, object>> GetRawEnumerator()

Return Value

Type Description
IEnumerator<KeyValuePair<string, object>> An enumerator over raw key-value pairs.