IList
interfacein packageklyn.collections
public interface IList<T>:
Read-only ordered collection of elements.
@param <T> Element type.
Properties
| Modifier and Type |
Member |
Description |
| public readonly property |
size |
Number of elements in the list. |
Methods
| Modifier and Type |
Member |
Description |
| public |
contains |
Returns true if the list contains the given element. |
| public |
count |
Counts occurrences of the given element in the list. |
| public |
join |
Joins elements into a single string using the separator. |
Operators