login
|
about
|
faq
Questions
Tags
Users
Badges
Unanswered
Ask Question
Search Results
relevance
newest
votes
active
3
votes
Anonymous types
a is a string property on your anonymous type private void button4_Click(object sender, EventArgs e) { test((new { a = "asd" }).a); } private void test(string a) { } …
answered
May 21 at 18:21
Venr
361
●
2
●
7
posts containing
user:20385
within these tags
anonymous-types
Want better search results?
See our search tips!
Stack Overflow works best with JavaScript enabled