Show / Hide Table of Contents

Class SerializablePair<T>

Inheritance
Object
SerializablePair<T>
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: VRoidSDK
Assembly: VRoidSDK.dll
Syntax
[Serializable]
public abstract class SerializablePair<T>
    where T : class
Type Parameters
Name Description
T

Properties

Key

Declaration
public string Key { get; set; }
Property Value
Type Description
String

Value

Declaration
public abstract T Value { get; set; }
Property Value
Type Description
T
Back to top Generated by DocFX