Lucas.mrozikpl
Lucas.mrozikpl
CC#
Created by Lucas.mrozikpl on 3/1/2023 in #help
❔ Updating empty object in a list
ahh I see
93 replies
CC#
Created by Lucas.mrozikpl on 3/1/2023 in #help
❔ Updating empty object in a list
let me use it then! Thank you!
93 replies
CC#
Created by Lucas.mrozikpl on 3/1/2023 in #help
❔ Updating empty object in a list
I was looking into some LINQ methods but I could not find anything useful
93 replies
CC#
Created by Lucas.mrozikpl on 3/1/2023 in #help
❔ Updating empty object in a list
was that simple? 🙂
93 replies
CC#
Created by Lucas.mrozikpl on 3/1/2023 in #help
❔ Updating empty object in a list
yes
93 replies
CC#
Created by Lucas.mrozikpl on 3/1/2023 in #help
❔ Updating empty object in a list
if the object had filled property I would have updated it easily
93 replies
CC#
Created by Lucas.mrozikpl on 3/1/2023 in #help
❔ Updating empty object in a list
now I want to update chosen object's property
93 replies
CC#
Created by Lucas.mrozikpl on 3/1/2023 in #help
❔ Updating empty object in a list
ActivitiesPerDay.Add( new Day() { });
93 replies
CC#
Created by Lucas.mrozikpl on 3/1/2023 in #help
❔ Updating empty object in a list
in a method somewhere I created an empty object there
93 replies
CC#
Created by Lucas.mrozikpl on 3/1/2023 in #help
❔ Updating empty object in a list
public ObservableCollection<Day> ActivitiesPerDay { get; set; } = new();
93 replies
CC#
Created by Lucas.mrozikpl on 3/1/2023 in #help
❔ Updating empty object in a list
in my class I have:
93 replies
CC#
Created by Lucas.mrozikpl on 3/1/2023 in #help
❔ Updating empty object in a list
(1) I create an empty object in a List. (2) I want to update a property in that empty object.
93 replies
CC#
Created by Lucas.mrozikpl on 2/27/2023 in #help
❔ property cannot by in ref
yes, it seems that this method is more applicable here
13 replies
CC#
Created by Lucas.mrozikpl on 2/27/2023 in #help
❔ property cannot by in ref
13 replies
CC#
Created by Lucas.mrozikpl on 2/27/2023 in #help
❔ property cannot by in ref
ahh so I need to write backing field for that
13 replies
CC#
Created by Lucas.mrozikpl on 2/27/2023 in #help
❔ property cannot by in ref
13 replies
CC#
Created by Lucas.mrozikpl on 2/27/2023 in #help
❔ property cannot by in ref
it's only one
13 replies
CC#
Created by Lucas.mrozikpl on 2/27/2023 in #help
❔ property cannot by in ref
nope
13 replies