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);
- public enum LastCreatedRoomAt{North = 1,South,West,East,None};
Dharmraj ThakurPosted Feb 18, 2018, 11:06 PM
Catalin RaduPosted Feb 18, 2018, 5:31 AM