Click or drag to resize

IKeyedLookupTKey, TElementKeys Property

All keys present in the lookup. To find the number of keys in the lookup use Count.

Namespace:  NRules.RuleModel
Assembly:  NRules.RuleModel (in NRules.RuleModel.dll) Version: 0.9.3
Syntax
C#
IEnumerable<TKey> Keys { get; }

Property Value

Type: IEnumerableTKey
See Also