.NET Framework Class Library
StringDictionary Members

Implements a hash table with the key and the value strongly typed to be strings rather than objects.

The StringDictionary type exposes the following members.

Constructors

  NameDescription
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkStringDictionaryInitializes a new instance of the StringDictionary class.
Top
Methods

  NameDescription
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkAddAdds an entry with the specified key and value into the StringDictionary.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkClearRemoves all entries from the StringDictionary.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkContainsKeyDetermines if the StringDictionary contains a specific key.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkContainsValueDetermines if the StringDictionary contains a specific value.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkCopyToCopies the string dictionary values to a one-dimensional Array instance at the specified index.
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 string dictionary.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkGetHashCodeServes as a hash function for a particular type. (Inherited from Object.)
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 methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkRemoveRemoves the entry with the specified key from the string dictionary.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkToStringReturns a String that represents the current Object. (Inherited from Object.)
Top
Extension Methods

  NameDescription
Public Extension MethodAsQueryableConverts an IEnumerable to an IQueryable. (Defined by Queryable.)
Public Extension MethodCastConverts the elements of an IEnumerable to the specified type. (Defined by Enumerable.)
Public Extension MethodOfTypeFilters the elements of an IEnumerable based on a specified type. (Defined by Enumerable.)
Top
Properties

  NameDescription
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkCountGets the number of key/value pairs in the StringDictionary.
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkIsSynchronizedGets a value indicating whether access to the StringDictionary is synchronized (thread safe).
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 of keys in the StringDictionary.
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkSyncRootGets an object that can be used to synchronize access to the StringDictionary.
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkValuesGets a collection of values in the StringDictionary.
Top
See Also

Reference

Tags :


Page view tracker