❔ Learning C#, and curious about advanced return statements...
I'm jumping right into the depts and wish to return a new object of 'Buffer' type and construct it with lambda.
The instruction should be to create
Can someone teach me how to make that happen with a single statement?
(new to C#, so please be gentle)
The instruction should be to create
Buffer object and write .txt file to Buffer.contents.Can someone teach me how to make that happen with a single statement?
(new to C#, so please be gentle)
