[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: WspEvent (WspEvent)
Structure which defines the WspKeyValuePair used by enumerating the data
in a serialized object.
Namespace: Microsoft.WebSolutionsPlatform.Event
Assembly: WspEvent (WspEvent)
Syntax
Visual Basic (Declaration) |
---|
Public Structure WspKeyValuePair(Of TypeKey, TypeValue) |
C# |
---|
public struct WspKeyValuePair<TypeKey, TypeValue> |
C++ |
---|
generic<typename TypeKey, typename TypeValue> public value class WspKeyValuePair |
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. |
Constructors
Icon | Type | Description |
---|---|---|
![]() | WspKeyValuePair<(Of TypeKey, TypeValue>)New(TypeKey, TypeValue) |
Base constructor to create a new WspKeyValuePair
|