<Type Name="DictionaryEntry" FullName="System.Collections.DictionaryEntry" FullNameSP="System_Collections_DictionaryEntry" Maintainer="ecma">
  <TypeSignature Language="ILASM" Value=".class public sequential sealed serializable DictionaryEntry extends System.ValueType" />
  <TypeSignature Language="C#" Value="public struct DictionaryEntry" />
  <TypeSignature Language="ILAsm" Value=".class public sequential ansi serializable sealed beforefieldinit DictionaryEntry extends System.ValueType" />
  <MemberOfLibrary>BCL</MemberOfLibrary>
  <AssemblyInfo>
    <AssemblyName>mscorlib</AssemblyName>
    <AssemblyPublicKey>[00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00 ]</AssemblyPublicKey>
    <AssemblyVersion>1.0.5000.0</AssemblyVersion>
    <AssemblyVersion>2.0.0.0</AssemblyVersion>
    <AssemblyVersion>4.0.0.0</AssemblyVersion>
  </AssemblyInfo>
  <ThreadingSafetyStatement>All public static members of this type are safe for multithreaded operations. No instance members are guaranteed to be thread safe.</ThreadingSafetyStatement>
  <Base>
    <BaseTypeName>System.ValueType</BaseTypeName>
  </Base>
  <Interfaces />
  <Attributes>
    <Attribute>
      <AttributeName>System.Runtime.InteropServices.ComVisible(true)</AttributeName>
    </Attribute>
  </Attributes>
  <Docs>
    <summary>
      <para> Represents a dictionary entry consisting of a
   <see cref="P:System.Collections.DictionaryEntry.Key" />
   and an associated <see cref="P:System.Collections.DictionaryEntry.Value" />.</para>
    </summary>
    <remarks>
      <block subset="none" type="note">
        <para> Some types that manage or access collections of
         objects, such as <see cref="T:System.Collections.Hashtable" /> and <see cref="T:System.Collections.IDictionaryEnumerator" />, rely on the use
         of one or more pairs of a key object and an associated value object. <see cref="T:System.Collections.DictionaryEntry" /> provides this functionality.</para>
        <para> This structure supports the C#
      <see langword="foreach" /> semantics for <see cref="T:System.Collections.Hashtable" />.</para>
      </block>
    </remarks>
  </Docs>
  <Members>
    <Member MemberName=".ctor">
      <MemberSignature Language="ILASM" Value="public rtspecialname specialname instance void .ctor(object key, object value)" />
      <MemberSignature Language="C#" Value="public DictionaryEntry (object key, object value);" />
      <MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(object key, object value) cil managed" />
      <MemberType>Constructor</MemberType>
      <AssemblyInfo>
        <AssemblyVersion>1.0.5000.0</AssemblyVersion>
        <AssemblyVersion>2.0.0.0</AssemblyVersion>
        <AssemblyVersion>4.0.0.0</AssemblyVersion>
      </AssemblyInfo>
      <ReturnValue />
      <Parameters>
        <Parameter Name="key" Type="System.Object" />
        <Parameter Name="value" Type="System.Object" />
      </Parameters>
      <Docs>
        <param name="key">The <see cref="T:System.Object" /> defined to reference a dictionary entry.</param>
        <param name="value">The <see cref="T:System.Object" /> that contains the content associated with <paramref name="key" />.</param>
        <summary>
          <para> Constructs and initializes a new instance of the <see cref="T:System.Collections.DictionaryEntry" /> class with the 
   specified key and value objects.
   </para>
        </summary>
        <remarks>To be added.</remarks>
        <exception cref="T:System.ArgumentNullException">
          <paramref name="key" /> is <see langword="null" />.</exception>
      </Docs>
      <Excluded>0</Excluded>
    </Member>
    <Member MemberName="Key">
      <MemberSignature Language="ILASM" Value=".property object Key { public hidebysig specialname instance object get_Key() public hidebysig specialname instance void set_Key(object value) }" />
      <MemberSignature Language="C#" Value="public object Key { get; set; }" />
      <MemberSignature Language="ILAsm" Value=".property instance object Key" />
      <MemberType>Property</MemberType>
      <AssemblyInfo>
        <AssemblyVersion>1.0.5000.0</AssemblyVersion>
        <AssemblyVersion>2.0.0.0</AssemblyVersion>
        <AssemblyVersion>4.0.0.0</AssemblyVersion>
      </AssemblyInfo>
      <ReturnValue>
        <ReturnType>System.Object</ReturnType>
      </ReturnValue>
      <Parameters />
      <Docs>
        <summary>
          <para> Gets or sets an object representing the key of the current <see cref="T:System.Collections.DictionaryEntry" />
.</para>
        </summary>
        <value>
          <para>A <see cref="T:System.Object" /> representing the
   key of the current <see cref="T:System.Collections.DictionaryEntry" /> .</para>
        </value>
        <remarks>To be added.</remarks>
        <exception cref="T:System.ArgumentNullException">Set <paramref name="value" /> is <see langword="null" />.</exception>
      </Docs>
      <Excluded>0</Excluded>
    </Member>
    <Member MemberName="Value">
      <MemberSignature Language="ILASM" Value=".property object Value { public hidebysig specialname instance object get_Value() public hidebysig specialname instance void set_Value(object value) }" />
      <MemberSignature Language="C#" Value="public object Value { get; set; }" />
      <MemberSignature Language="ILAsm" Value=".property instance object Value" />
      <MemberType>Property</MemberType>
      <AssemblyInfo>
        <AssemblyVersion>1.0.5000.0</AssemblyVersion>
        <AssemblyVersion>2.0.0.0</AssemblyVersion>
        <AssemblyVersion>4.0.0.0</AssemblyVersion>
      </AssemblyInfo>
      <ReturnValue>
        <ReturnType>System.Object</ReturnType>
      </ReturnValue>
      <Parameters />
      <Docs>
        <summary>
          <para> Gets or sets an object representing the content of the current <see cref="T:System.Collections.DictionaryEntry" /> .</para>
        </summary>
        <value>
          <para>A <see cref="T:System.Object" /> representing the
   content of the current <see cref="T:System.Collections.DictionaryEntry" /> .</para>
        </value>
        <remarks>To be added.</remarks>
      </Docs>
      <Excluded>0</Excluded>
    </Member>
  </Members>
  <TypeExcluded>0</TypeExcluded>
</Type>
