Class SerializablePair<T>
Inherited Members
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 |