Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
 Dictionary(TKey, TValue) Members
Collapse All/Expand All Collapse All
Members FilterMembers Filter
Frameworks FilterFrameworks Filter
This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5

Other versions are also available for the following:
.NET Framework Class Library
Dictionary<(Of <(TKey, TValue>)>) Members

Represents a collection of keys and values.

The Dictionary<(Of <(TKey, TValue>)>) type exposes the following members.

  NameDescription
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkDictionary<(Of <(TKey, TValue>)>)Overloaded. Initializes a new instance of the Dictionary<(Of <(TKey, TValue>)>) class.
Top
  NameDescription
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkAddAdds the specified key and value to the dictionary.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkClearRemoves all keys and values from the Dictionary<(Of <(TKey, TValue>)>).
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkContainsKeyDetermines whether the Dictionary<(Of <(TKey, TValue>)>) contains the specified key.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkContainsValueDetermines whether the Dictionary<(Of <(TKey, TValue>)>) contains a specific value.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkEqualsDetermines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkFinalizeAllows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkGetEnumeratorReturns an enumerator that iterates through the Dictionary<(Of <(TKey, TValue>)>).
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkGetHashCodeServes as a hash function for a particular type. (Inherited from Object.)
Public methodGetObjectDataImplements the System.Runtime.Serialization..::.ISerializable interface and returns the data needed to serialize the Dictionary<(Of <(TKey, TValue>)>) instance.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkGetTypeGets the Type of the current instance. (Inherited from Object.)
Protected methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkMemberwiseCloneCreates a shallow copy of the current Object. (Inherited from Object.)
Public methodOnDeserializationImplements the System.Runtime.Serialization..::.ISerializable interface and raises the deserialization event when the deserialization is complete.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkRemoveRemoves the value with the specified key from the Dictionary<(Of <(TKey, TValue>)>).
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkToStringReturns a String that represents the current Object. (Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkTryGetValueGets the value associated with the specified key.
Top
  NameDescription
Public Extension MethodAggregateApplies an accumulator function over a sequence. (Defined by Enumerable.)
Public Extension MethodAllDetermines whether all elements of a sequence satisfy a condition. (Defined by Enumerable.)
Public Extension MethodAnyOverloaded. Determines whether any element of a sequence exists or satisfies a condition.
Public Extension MethodAsEnumerableReturns the input typed as IEnumerable<(Of <(T>)>). (Defined by Enumerable.)
Public Extension MethodAsQueryableOverloaded. Converts an IEnumerable or generic IEnumerable<(Of <(T>)>) to an IQueryable or generic IQueryable<(Of <(T>)>).
Public Extension MethodAverageOverloaded. Computes the average of a sequence of numeric values.
Public Extension MethodCastConverts the elements of an IEnumerable to the specified type. (Defined by Enumerable.)
Public Extension MethodConcatConcatenates two sequences. (Defined by Enumerable.)
Public Extension MethodContainsOverloaded. Determines whether a sequence contains a specified element.
Public Extension MethodCountOverloaded. Returns the number of elements in a sequence.
Public Extension MethodDefaultIfEmptyOverloaded. Returns the elements of an IEnumerable<(Of <(T>)>), or a default valued singleton collection if the sequence is empty.
Public Extension MethodDistinctOverloaded. Returns distinct elements from a sequence.
Public Extension MethodElementAtReturns the element at a specified index in a sequence. (Defined by Enumerable.)
Public Extension MethodElementAtOrDefaultReturns the element at a specified index in a sequence or a default value if the index is out of range. (Defined by Enumerable.)
Public Extension MethodExceptOverloaded. Produces the set difference of two sequences.
Public Extension MethodFirstOverloaded. Returns the first element of a sequence.
Public Extension MethodFirstOrDefaultOverloaded. Returns the first element of a sequence, or a default value if no element is found.
Public Extension MethodIntersectOverloaded. Produces the set intersection of two sequences.
Public Extension MethodLastOverloaded. Returns the last element of a sequence.
Public Extension MethodLastOrDefaultOverloaded. Returns the last element of a sequence, or a default value if no element is found.
Public Extension MethodLongCountOverloaded. Returns an Int64 that represents the number of elements in a sequence.
Public Extension MethodMaxOverloaded. Returns the maximum value in a sequence of values.
Public Extension MethodMinOverloaded. Returns the minimum value in a sequence of values.
Public Extension MethodOfTypeFilters the elements of an IEnumerable based on a specified type. (Defined by Enumerable.)
Public Extension MethodReverseInverts the order of the elements in a sequence. (Defined by Enumerable.)
Public Extension MethodSequenceEqualOverloaded. Determines whether two sequences are equal according to an equality comparer.
Public Extension MethodSingleOverloaded. Returns a single, specific element of a sequence of values.
Public Extension MethodSingleOrDefaultOverloaded. Returns a single, specific element of a sequence of values, or a default value if no such element is found.
Public Extension MethodSkipBypasses a specified number of elements in a sequence and then returns the remaining elements. (Defined by Enumerable.)
Public Extension MethodSkipWhileOverloaded. Bypasses elements in a sequence as long as a specified condition is true and then returns the remaining elements.
Public Extension MethodSumOverloaded. Computes the sum of a sequence of numeric values.
Public Extension MethodTakeReturns a specified number of contiguous elements from the start of a sequence. (Defined by Enumerable.)
Public Extension MethodTakeWhileOverloaded. Returns elements from a sequence as long as a specified condition is true, and then skips the remaining elements.
Public Extension MethodToArrayCreates an array from a IEnumerable<(Of <(T>)>). (Defined by Enumerable.)
Public Extension MethodToListCreates a List<(Of <(T>)>) from an IEnumerable<(Of <(T>)>). (Defined by Enumerable.)
Public Extension MethodUnionOverloaded. Produces the set union of two sequences.
Public Extension MethodWhereOverloaded. Filters a sequence of values based on a predicate.
Top
  NameDescription
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkComparerGets the IEqualityComparer<(Of <(T>)>) that is used to determine equality of keys for the dictionary.
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkCountGets the number of key/value pairs contained in the Dictionary<(Of <(TKey, TValue>)>).
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkItemGets or sets the value associated with the specified key.
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkKeysGets a collection containing the keys in the Dictionary<(Of <(TKey, TValue>)>).
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkValuesGets a collection containing the values in the Dictionary<(Of <(TKey, TValue>)>).
Top
  NameDescription
Explicit interface implemetationPrivate methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkICollection<(Of <(KeyValuePair<(Of <(TKey, TValue>)>)>)>)..::.AddAdds the specified value to the ICollection<(Of <(T>)>) with the specified key.
Explicit interface implemetationPrivate methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkIDictionary..::.AddAdds the specified key and value to the dictionary.
Explicit interface implemetationPrivate methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkICollection<(Of <(KeyValuePair<(Of <(TKey, TValue>)>)>)>)..::.ContainsDetermines whether the ICollection<(Of <(T>)>) contains a specific key and value.
Explicit interface implemetationPrivate methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkIDictionary..::.ContainsDetermines whether the IDictionary contains an element with the specified key.
Explicit interface implemetationPrivate methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkICollection<(Of <(KeyValuePair<(Of <(TKey, TValue>)>)>)>)..::.CopyToCopies the elements of the ICollection<(Of <(T>)>) to an array of type KeyValuePair<(Of <(TKey, TValue>)>), starting at the specified array index.
Explicit interface implemetationPrivate methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkICollection..::.CopyToCopies the elements of the ICollection<(Of <(T>)>) to an array, starting at the specified array index.
Explicit interface implemetationPrivate methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkIEnumerable<(Of <(KeyValuePair<(Of <(TKey, TValue>)>)>)>)..::.GetEnumeratorReturns an enumerator that iterates through the collection.
Explicit interface implemetationPrivate methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkIDictionary..::.GetEnumeratorReturns an IDictionaryEnumerator for the IDictionary.
Explicit interface implemetationPrivate methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkIEnumerable..::.GetEnumeratorReturns an enumerator that iterates through the collection.
Explicit interface implemetationPrivate propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkIDictionary..::.IsFixedSizeGets a value indicating whether the IDictionary has a fixed size.
Explicit interface implemetationPrivate propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkICollection<(Of <(KeyValuePair<(Of <(TKey, TValue>)>)>)>)..::.IsReadOnlyGets a value indicating whether the dictionary is read-only.
Explicit interface implemetationPrivate propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkIDictionary..::.IsReadOnlyGets a value indicating whether the IDictionary is read-only.
Explicit interface implemetationPrivate propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkICollection..::.IsSynchronizedGets a value indicating whether access to the ICollection is synchronized (thread safe).
Explicit interface implemetationPrivate propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkIDictionary..::.ItemGets or sets the value with the specified key.
Explicit interface implemetationPrivate propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkIDictionary<(Of <(TKey, TValue>)>)..::.KeysGets an ICollection<(Of <(T>)>) containing the keys of the IDictionary<(Of <(TKey, TValue>)>).
Explicit interface implemetationPrivate propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkIDictionary..::.KeysGets an ICollection containing the keys of the IDictionary.
Explicit interface implemetationPrivate methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkICollection<(Of <(KeyValuePair<(Of <(TKey, TValue>)>)>)>)..::.RemoveRemoves a key and value from the dictionary.
Explicit interface implemetationPrivate methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkIDictionary..::.RemoveRemoves the element with the specified key from the IDictionary.
Explicit interface implemetationPrivate propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkICollection..::.SyncRootGets an object that can be used to synchronize access to the ICollection.
Explicit interface implemetationPrivate propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkIDictionary<(Of <(TKey, TValue>)>)..::.ValuesGets an ICollection<(Of <(T>)>) containing the values in the IDictionary<(Of <(TKey, TValue>)>).
Explicit interface implemetationPrivate propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkIDictionary..::.ValuesGets an ICollection containing the values in the IDictionary.
Top
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker