Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Can anyone help with explaining how to simplify this? X and Y are two sets. Simplify the following:
(Y − X)∩X
I am trying to make list of object as
List<FeedItem> List_feeds = new List<FeedItem>(); FeedItem objFeedItem = new FeedItem(); objFeedItem.feedId = feedNode.SelectSingleNode("id").I