Avatar of CipherIS
CipherIS
Flag for United States of America

asked on 

C# Get Values from object sender

I am trying to obtain the values from "sender"

object
I attempted to use linq

var x = from temp in sender select temp

Open in new window


but I receive error "Could not find an implementation of the query pattern"

How can I obtain the values in sender?
C#.NET Programming

Avatar of undefined
Last Comment
kaufmed

8/22/2022 - Mon