About
Pricing
Community
Teams
Start Free Trial
Log in
CipherIS
asked on
2/8/2016
C# Get Values from object sender
I am trying to obtain the values from "sender"
I attempted to use linq
var x = from temp in sender select temp
Select all
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
38
2
Last Comment
kaufmed
8/22/2022 - Mon