Summary
Allows creation of a list of keys to discard.
- Assembly
- Wyam
.Common .dll - Namespace
- Wyam
.Common .Modules - Containing Type
- ReadDataModule
<TModule, TItem>
Syntax
public TModule ExcludeKeys(params string[] keys)
Parameters
| Name | Type | Description |
|---|---|---|
| keys | string[] | The keys to discard. |
Return Value
| Type | Description |
|---|---|
| TModule | The current module instance. |
