Class ListWrapper
Supports all classes in the .NET Framework class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all classes in the .NET Framework; it is the root of the type hierarchy.To browse the .NET Framework source code for this type, see the Reference Source.
public class ListWrapper : IListDataSource
- Inheritance
-
ListWrapper
- Implements
- Inherited Members
Constructors
Properties
- Count
Returns the number of elements to display
- Length
Returns the maximum length of elements to display
Methods
- IsMarked(int)
Should return whether the specified item is currently marked.
- Render(ListView, ConsoleDriver, bool, int, int, int, int, int)
This method is invoked to render a specified item, the method should cover the entire provided width.
- SetMark(int, bool)
Flags the item as marked.
- ToList()
Return the source as IList.