Creates a new sequence from an object.

Enumerable.fromObject({
    a: 1,
    b: 2
});