[]
Defines methods to access previous and next items in a collection.
public interface IBrowsable<T>
Public Interface IBrowsable(Of T)
| Name | Description |
|---|---|
| T | The type of items in the collection. |
| Name | Description |
|---|---|
| Next | Gets the mext item in next collection. |
| Previous | Gets the previous item in the collection. |