--
You received this message because you are subscribed to the Google Groups "MoreLINQ Developers" group.
To post to this group, send email to moreli...@googlegroups.com.
To unsubscribe from this group, send email to morelinq-dev...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/morelinq-dev?hl=en.
| /// <remarks> |
| /// This is a set operation; if multiple elements in <paramref name="first"/> have |
| /// equal keys, only the first such element is returned. |
| /// This operator uses deferred execution and streams the results, although |
| /// a set of keys from <paramref name="second"/> is immediately selected and retained. |
| /// </remarks> The keywords are definately useful to describe the operators, but they do not replace a detailed and accurate description. Sorry for the bad formatting, I'm sitting in school atm and hacked this mail on my iPhone. Johannes |
This list serves as a description of certain keywords we use to describe an operators behavior, it does not describe a set of categories an operator can be put in. Although some keywords appear to describe opposite behavior, they are sometime used on the same operator to exactly describe the evaluation of its inputs.