[]
Contains information about the items that has been loaded so far.
public interface ILoadedItem<out T>
Public Interface ILoadedItem(Of Out T)
| Name | Description |
|---|---|
| T |
| Name | Description |
|---|---|
| Index | Gets the index of the item. |
| Item | Gets the item. |