Struct StringPair
Inherited Members
Namespace: UnityEngine.Pixyz.Core
Syntax
[Serializable]
public struct StringPairConstructors
StringPair(StringPair)
Declaration
public StringPair(StringPair o)Parameters
| Type | Name | Description | 
|---|---|---|
| StringPair | o | 
Fields
key
Declaration
public string keyField Value
| Type | Description | 
|---|---|
| string | 
value
Declaration
public string valueField Value
| Type | Description | 
|---|---|
| string |