Click or drag to resize

CollectionLookup Class

Looks up an item with a specific index from a given collection.
Inheritance Hierarchy
SystemObject
  UnityEngineObject
    UnityEngineComponent
      UnityEngineBehaviour
        UnityEngineMonoBehaviour
          Slash.Unity.DataBind.Core.PresentationDataBindingOperator
            Slash.Unity.DataBind.Core.PresentationDataProvider
              Slash.Unity.DataBind.Foundation.Providers.LookupsCollectionLookup

Namespace:  Slash.Unity.DataBind.Foundation.Providers.Lookups
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public class CollectionLookup : DataProvider

The CollectionLookup type exposes the following members.

Constructors
  NameDescription
Public methodCollectionLookup
Initializes a new instance of the CollectionLookup class
Top
Properties
Methods
Fields
  NameDescription
Public fieldCollection
Collection to get item from.
Public fieldDefaultValue
Default value if index wasn't found in collection.
Public fieldIndex
Index of item to get from collection.
Top
See Also