TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Catalin Radu
NA
30
2.9k
I need some help to understand lambad expresion
Feb 18 2018 5:30 AM
I know this might sound very stupid but can someone explain to me why the following code do not work? and maybe some tutorial for dummie on lambad:
int
test = 1;
int
testLambadIndex = rooms.FindIndex (r => (Room.LastCreatedRoomAt)r.lastCreatedRoomAt = (Room.LastCreatedRoomAt)test);
i try to use this enum from Room class
public
enum
LastCreatedRoomAt{North = 1,South,West,East,None};
rooms is a list of type Room.
Reply
Answers (
2
)
How to get file content once it created
OOPS concepts implementation