Click or drag to resize

StringGameObjectPair Class

Pair of a string key and a game object value.
Inheritance Hierarchy
SystemObject
  Slash.Unity.DataBind.Foundation.Providers.OperationsStringGameObjectPair

Namespace:  Slash.Unity.DataBind.Foundation.Providers.Operations
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
[SerializableAttribute]
public class StringGameObjectPair

The StringGameObjectPair type exposes the following members.

Constructors
  NameDescription
Public methodStringGameObjectPair
Initializes a new instance of the StringGameObjectPair class
Top
Fields
  NameDescription
Public fieldKey
Key of pair.
Public fieldValue
Value of pair.
Top
See Also