[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Struct containing two dictionary entries

Namespace: Microsoft.WebSolutionsPlatform.Event
Assembly: WspEventRouter (WspEventRouter)

Syntax

Visual Basic (Declaration)
Public Structure DoubleDictionary(Of TDictionary1, TDictionary2)
C#
public struct DoubleDictionary<TDictionary1, TDictionary2>
C++
generic<typename TDictionary1, typename TDictionary2>
public value class DoubleDictionary

Methods

IconTypeDescription
Equals(Object)
Indicates whether this instance and a specified object are equal.
Finalize()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
GetHashCode()
Returns the hash code for this instance.
GetType()
Gets the Type of the current instance.
MemberwiseClone()
Creates a shallow copy of the current Object.
ToString()
Returns the fully qualified type name of this instance.

Properties

IconTypeDescription
Dictionary1
First dictionary of structure.
Dictionary2
First dictionary of structure.