Gets an enumerable that enumerates key-value pairs.
- Namespace
- Statiq
.Common - Containing Type
- I
Metadata Get Extensions
Syntax
public static IEnumerable<KeyValuePair<string, object>> GetEnumerable(this IMetadata metadata)
Parameters
Name | Type | Description |
---|---|---|
metadata | IMetadata | The metadata instance. |
Return Value
Type | Description |
---|---|
IEnumerable |
An enumerable over key-value pairs. |