[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: WspEventRouter (WspEventRouter)
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
Icon | Type | Description |
---|---|---|
![]() | Equals(Object) | Indicates whether this instance and a specified object are equal. |
![]() | Finalize() | |
![]() | 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
Icon | Type | Description |
---|---|---|
![]() | Dictionary1 |
First dictionary of structure.
|
![]() | Dictionary2 |
First dictionary of structure.
|