NonNullDictionaryTK, TV Methods |
The NonNullDictionaryTK, TV generic type exposes the following members.
| Name | Description | |
|---|---|---|
| Add(KeyValuePairTK, TV) | ||
| Add(TK, TV) | ||
| Clear | ||
| Contains | ||
| ContainsKey | ||
| CopyTo | ||
| Equals | (Inherited from Object.) | |
| GetEnumerator | ||
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| Remove(KeyValuePairTK, TV) | ||
| Remove(TK) | ||
| ToString | (Inherited from Object.) | |
| TryGetValue |
| Name | Description | |
|---|---|---|
| AnyAndEveryKeyValuePairTK, TV |
Returns whether or not the collection has at least one item AND at least one item
matching the given pattern
(Defined by LinqExtensionMethods.) |