How to find out if object is of Anonymous type?
Posted
by qrow
on Stack Overflow
See other posts from Stack Overflow
or by qrow
Published on 2010-06-16T06:41:06Z
Indexed on
2010/06/16
7:02 UTC
Read the original article
Hit count: 160
c#
|anonymous-types
Can't find suitable property.
if(new {a = 2, b= "z"}.GetType()...)
what to put instead of ...?
© Stack Overflow or respective owner