ChangeTrackingDictionary<TKey,TValue> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public class ChangeTrackingDictionary<TKey,TValue> : System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>, System.Collections.Generic.IDictionary<TKey,TValue>, System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<TKey,TValue>>, System.Collections.Generic.IReadOnlyCollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>, System.Collections.Generic.IReadOnlyDictionary<TKey,TValue>
type ChangeTrackingDictionary<'Key, 'Value> = class
interface IDictionary<'Key, 'Value>
interface ICollection<KeyValuePair<'Key, 'Value>>
interface seq<KeyValuePair<'Key, 'Value>>
interface IEnumerable
interface IReadOnlyDictionary<'Key, 'Value>
interface IReadOnlyCollection<KeyValuePair<'Key, 'Value>>
Public Class ChangeTrackingDictionary(Of TKey, TValue)
Implements ICollection(Of KeyValuePair(Of TKey, TValue)), IDictionary(Of TKey, TValue), IEnumerable(Of KeyValuePair(Of TKey, TValue)), IReadOnlyCollection(Of KeyValuePair(Of TKey, TValue)), IReadOnlyDictionary(Of TKey, TValue)
Type Parameters
- TKey
- TValue
- Inheritance
-
ChangeTrackingDictionary<TKey,TValue>
- Implements
-
ICollection<KeyValuePair<TKey,TValue>> IDictionary<TKey,TValue> IEnumerable<KeyValuePair<TKey,TValue>> IEnumerable<T> IReadOnlyCollection<KeyValuePair<TKey,TValue>> IReadOnlyDictionary<TKey,TValue> IEnumerable
Constructors
| Name | Description |
|---|---|
| ChangeTrackingDictionary<TKey,TValue>() | |
| ChangeTrackingDictionary<TKey,TValue>(IDictionary<TKey,TValue>) | |
| ChangeTrackingDictionary<TKey,TValue>(IReadOnlyDictionary<TKey,TValue>) | |
Properties
| Name | Description |
|---|---|
| Count | |
| IsReadOnly | |
| IsUndefined | |
| Item[TKey] | |
| Keys | |
| Values | |
Methods
Explicit Interface Implementations
| Name | Description |
|---|---|
| IEnumerable.GetEnumerator() |
Returns an enumerator that iterates through a collection. |
| IReadOnlyDictionary<TKey,TValue>.Keys | |
| IReadOnlyDictionary<TKey,TValue>.Values | |