[]
Defines methods to access previous and next items in a collection.
public interface IBrowsable<T>
T
The type of items in the collection.
Gets the mext item in next collection.
T Next { get; }
Gets the previous item in the collection.
T Previous { get; }