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