Click or drag to resize

CollectionRangeLookup Class

Returns a part of 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.LookupsCollectionRangeLookup

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

The CollectionRangeLookup type exposes the following members.

Constructors
  NameDescription
Public methodCollectionRangeLookup
Initializes a new instance of the CollectionRangeLookup class
Top
Properties
Methods
Fields
  NameDescription
Public fieldCollection
Collection to get the items from.
Public fieldFirstIndex
Index of the first item to get from the collection.
Public fieldLastIndex
Index of the last item to get from the collection.
Top
See Also