Optimized ScrollView Adapter - Code Reference
Optimized ScrollView Adapter - Code Reference
Namespaces
frame8.ScrollRectItemsAdapter.Util
ISimpleDataManagerExtensions Class
ISimpleDataManagerExtensions Methods
LazyAddItems(TItem) Method
LazyClearItems(TItem) Method
LazyGetItem(TItem) Method
LazyInsertItems(TItem) Method
LazyRemoveItemAt(TItem) Method
LazyRemoveItems(TItem) Method
LazySetNewItems(TItem) Method
ISimpleDataManagerExtensions
LazyGetItem
TItem
Method
Namespace:
frame8.ScrollRectItemsAdapter.Util
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
Copy
public
static
TItem
LazyGetItem
<TItem>(
this
ILazyListSimpleDataManager
<TItem>
manager
,
int
index
)
Parameters
manager
Type:
frame8.ScrollRectItemsAdapter.Util
ILazyListSimpleDataManager
TItem
index
Type:
System
Int32
Type Parameters
TItem
Return Value
Type:
TItem
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
ILazyListSimpleDataManager
TItem
. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic)
or
Extension Methods (C# Programming Guide)
.
Version Information
Optimized ScrollView Adapter
Supported in: 3.1
See Also
Reference
ISimpleDataManagerExtensions Class
frame8.ScrollRectItemsAdapter.Util Namespace
Send comments on this topic to
george@forbiddenbyte.com