 | StringGameObjectPair Class |
Pair of a string key and a game object value.
Inheritance HierarchySystem.Object Slash.Unity.DataBind.Foundation.Providers.Operations.StringGameObjectPair
Namespace:
Slash.Unity.DataBind.Foundation.Providers.Operations
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax[SerializableAttribute]
public class StringGameObjectPair
<SerializableAttribute>
Public Class StringGameObjectPair
[SerializableAttribute]
public ref class StringGameObjectPair
[<SerializableAttribute>]
type StringGameObjectPair = class end
The StringGameObjectPair type exposes the following members.
Constructors
Fields
| Name | Description |
---|
 | Key |
Key of pair.
|
 | Value |
Value of pair.
|
Top
See Also