![]() | Auto |
The AutoWeakIndexerTKey, TValue type exposes the following members.
Name | Description | |
---|---|---|
![]() | Clear | Removes all keys and values from the AutoWeakIndexerTKey, TValue. |
![]() | ContainsKey | Determines whether the AutoWeakIndexerTKey, TValue contains the specified key. |
![]() | GetEnumerator | Returns an enumerator that iterates through the items of the AutoWeakIndexerTKey, TValue. |
![]() | TryGetValue | Gets the value associated with the specified key. |
Name | Description | |
---|---|---|
![]() | CombineFlagsKeyValuePairTKey, TValue |
Combines the flags into a single Enum.
(Defined by EnumExtensions) |
![]() | ContainsAnyKeyValuePairTKey, TValue |
Shortcut to test if any of the given items are contained in the specified object.
(Defined by CollectionExtensions) |
![]() | ContainsAnyKeyValuePairTKey, TValue |
Shortcut to test if any of the given items are contained in the specified object.
(Defined by CollectionExtensions) |
![]() | FindIndexKeyValuePairTKey, TValue |
Searches for an element that matches the conditions defined by the specified predicate,
and returns the zero-based index of the first occurrence within the entire IEnumerableT.
(Defined by CollectionExtensions) |
![]() | ForEachKeyValuePairTKey, TValue |
Performs the specified action on each element of the collection.
(Defined by CollectionExtensions) |
![]() | ForEachKeyValuePairTKey, TValue |
Performs the specified action on each element of the collection, providing also the index of the item.
(Defined by CollectionExtensions) |
![]() | IndexOfKeyValuePairTKey, TValue |
Searches for the specified object and returns the zero-based index of the first occurrence within all items.
(Defined by CollectionExtensions) |
![]() | IndexOfKeyValuePairTKey, TValue |
Searches for the specified object and returns the zero-based index of the first occurrence within all items.
(Defined by CollectionExtensions) |
![]() | ObservableCastTTarget |
Returns an observable collection of objects of type TTarget that mirrors the source collection.
(Defined by ObservableExtensions) |
![]() | SafeCastT |
Performs a cast from object to T, avoiding possible null violations if T is a value type.
(Defined by ObjectExtensions) |