I need to get the first value from a collection that a property of another object. If there are no values in the collection, of if the collection is null you have to write extra code to create the new object and add it to the collection. You may also have to instantiate the collection itself if it's null.
I would like to to do this in one line, preferably by some method like FirstOrAddNew. What are some possible implementations?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|||||||||||||
|
closed as not a real question by Servy, user414076, casperOne♦ Jul 10 '12 at 13:54
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
If the collection is non-null then this is a cleaner method to use. Doesn't require for the collection to have a host object either.
|
|||
|
|
|
|||||||||||
|