ListView.CheckedIndexCollection

Constructors

this
this(ListView lv)
Undocumented in source.

Members

Aliases

count
deprecated alias count = length
Undocumented in source.

Functions

contains
bool contains(int idx)
Undocumented in source. Be warned that the author may not have intended to support it.
indexOf
int indexOf(int idx)
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int opApply(int delegate(ref int) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
int opIndex(int idx)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin OpApplyAddIndex!(opApply, int)
Undocumented in source.

Properties

length
int length [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

lview
ListView lview;
Undocumented in source.

Meta