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