mikeownage.com

Site

News
Downloads
My Directory
Battle.net Archive
My YouTube
Contact Me

Gaming

Supreme Ruler

Projects

Asgard3
Asgard Server
Binary Gateway 2
Supreme Ruler Files
Supreme Ruler Toolkit

Clan

GDN
 Class SerializableKeyValuePair<TKey, TValue>
Generated by DocFX

Class SerializableKeyValuePair<TKey, TValue>

Inheritance
System.Object
SerializableKeyValuePair<TKey, TValue>
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Asgard3.Core.BattleNetClient
Assembly: Asgard3.Core.dll
Syntax
[Serializable]
public class SerializableKeyValuePair<TKey, TValue>
Type Parameters
Name Description
TKey
TValue

Constructors

| Improve this Doc View Source

SerializableKeyValuePair()

Declaration
public SerializableKeyValuePair()
| Improve this Doc View Source

SerializableKeyValuePair(TKey, TValue)

Declaration
public SerializableKeyValuePair(TKey key, TValue value)
Parameters
Type Name Description
TKey key
TValue value

Properties

| Improve this Doc View Source

Key

Declaration
public TKey Key { get; set; }
Property Value
Type Description
TKey
| Improve this Doc View Source

Value

Declaration
public TValue Value { get; set; }
Property Value
Type Description
TValue


Copyright © 2010 - 2025 mikeownage.com all rights reserved.