Ev3devKit.Ui.Menu.MenuItemIterator – ev3devkit Reference Manual
Packages
ev3devkit
Ev3devKit
Ui
Menu
MenuItemIterator
size
@get
MenuItemIterator
Object Hierarchy:
Description:
public
class
MenuItemIterator
Object used to iterate
MenuItem
s.
Content:
Properties:
public
uint
size
{
get
; }
Gets the number of items in the Menu.
Methods:
public
MenuItem
@get
(
int
index)
Gets the item at the specified index.