IKeyedLookupTKey, TElement Interface |
Namespace: NRules.RuleModel
public interface IKeyedLookup<TKey, TElement> : ILookup<TKey, TElement>, IEnumerable<IGrouping<TKey, TElement>>, IEnumerable
The IKeyedLookupTKey, TElement type exposes the following members.
Name | Description | |
---|---|---|
![]() | Count | Gets the number of key/value collection pairs in the ILookupTKey, TElement. (Inherited from ILookupTKey, TElement.) |
![]() | Item | Gets the IEnumerableT sequence of values indexed by a specified key. (Inherited from ILookupTKey, TElement.) |
![]() | Keys |
All keys present in the lookup.
To find the number of keys in the lookup use Count.
|
Name | Description | |
---|---|---|
![]() | Contains | Determines whether a specified key exists in the ILookupTKey, TElement. (Inherited from ILookupTKey, TElement.) |
![]() | GetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from IEnumerableIGroupingTKey, TElement.) |