Overview
>
klyn.collections
>
IList
>
operator in
Overview
Index
Tree
Deprecated
klyn.collections.IList.operator in
method
public operator in(item as Object) as Boolean
Description
Returns true if the list contains the given element.
Parameters
item The element to search for.