Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
 StringDictionary Members

  Switch on low bandwidth view
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
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.

  NameDescription
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkStringDictionary Initializes a new instance of the StringDictionary class.
Top
  NameDescription
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkAdd Adds an entry with the specified key and value into the StringDictionary.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkClear Removes all entries from the StringDictionary.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkContainsKey Determines if the StringDictionary contains a specific key.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkContainsValue Determines if the StringDictionary contains a specific value.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkCopyTo Copies the string dictionary values to a one-dimensional Array instance at the specified index.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkEquals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkFinalize Allows 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 FrameworkGetEnumerator Returns an enumerator that iterates through the string dictionary.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkGetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkGetType Gets the Type of the current instance. (Inherited from Object.)
Protected methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkMemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkRemove Removes the entry with the specified key from the string dictionary.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkToString Returns a String that represents the current Object. (Inherited from Object.)
Top
  NameDescription
Public Extension MethodAsQueryable Converts 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
  NameDescription
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkCount Gets the number of key/value pairs in the StringDictionary.
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkIsSynchronized Gets a value indicating whether access to the StringDictionary is synchronized (thread safe).
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkItem Gets or sets the value associated with the specified key.
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkKeys Gets a collection of keys in the StringDictionary.
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkSyncRoot Gets an object that can be used to synchronize access to the StringDictionary.
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkValues Gets a collection of values in the StringDictionary.
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