Jump to Content
Discussions
API Reference
Discussions
v3.5.1
Discussions
API Reference
v3.5.1
API Reference
Discussions
fromObject
Search
JUMP TO
Documentation
Getting Started
Functions and lambdas
What are "sequences"?
Functions
asFunc
asEnumerable
create
each
fromArray
fromObject
range
repeat
sort
sortDesc
toComparerSafe
toEqualityComparerSafe
toPredicateSafe
Methods
aggregate
all
any
average
cast
concat
contains
count
defaultIfEmpty
distinct
each
elementAt
elementAtOrDefault
except
first
firstOrDefault
groupBy
groupJoin
intersect
join
last
lastOrDefault
max
min
ofType
order
orderBy
orderByDescending
orderDescending
pushToArray
reverse
select
selectMany
sequenceEqual
single
singleOrDefault
skip
skipLast
skipWhile
sum
take
takeWhile
toArray
then
thenBy
thenByDescending
thenDescending
toObject
toObservable
toObservableArray
toLookup
union
where
zip
Powered by
fromObject
Creates a new sequence from an object.
JavaScript
Enumerable.fromObject({ a: 1, b: 2 });