Home Reference Source Repository

References

Class Summary

Static Public Class Summary
public
An iterable sequence that can be queried using ESLinq operators (like 'select', 'where', etc.).

Function Summary

Static Public Function Summary
public

from(iterable: Iterable): Sequence

Helper function that wraps the specified iterable instance in an ESLinq Sequence which can be queried using ESLinq operators (like 'select', 'where', etc.).