New "Orcas" Language Feature: Anonymous Types - ScottGu's Blog(weblogs.asp.net)
submitted by
crpietschmann(11.3k) 4 years, 8 months ago
Anonymous types are a convenient language feature of C# and VB that enable developers to concisely define inline CLR types within code, without having to explicitly define a formal class declaration of the type. Anonymous types are particularly useful when querying and transforming/projecting/shaping data with LINQ.
|category: CLR
|Views: 14
tags:
LINQ AnonymousTypes C# VB.NET another
Everyones tags:
Your Tags: