Sign in
|
Join
Search
Steve Wellens
This Blog is dedicated to programming in the .Net enviroment
Home
Contact
About
RSS
Atom
Comments RSS
Recent Posts
Why SQL Updates Fail – Three Reasons
Twin Cities Code Camp – October 24, 2009
CompareValidator’s Hidden Gem (It does data type validation)
Debugging XML Transforms (XSLT) with Visual Studio
How to Fill a ListBox/DropDownList from an Enum
Sponsors
advertise here
Tags
.NET
Accelerators
ASP.NET
Best Practices
C#
Cache
Chart Controls
Code Camp
community News
CompareValidator
CSS
DataSet
DataTable
Debugging
DebugView
Deployment
Editor
enum
FieldSets
Free Tools
Generic List
goto
Graphics
GridView
GUI
HTML
IE7
IE8
IL
ILDasm
Interface
JavaScript
JQuery
Macros
Master Pages
Navigation
nullable types
optimization
Profiler
Regular Expressions
Serialize
Session State
Session Timeout
Sessions
SharePoint
SQL Database
State
Steve Wellens
swag
ToolBox
TreeView
User Control
Visual Studio
Web Service
WebMethod
XML
XmlDocument
XP SP3 Father
XPath
XSD
XSLT
News
Subscribe
Navigation
Home
Blogs
Links
My Personal Home Page
My Asp.Net C# Demo Page
Archives
October 2009 (2)
September 2009 (2)
August 2009 (1)
July 2009 (3)
June 2009 (2)
May 2009 (2)
April 2009 (2)
March 2009 (2)
February 2009 (4)
January 2009 (5)
December 2008 (4)
November 2008 (2)
October 2008 (3)
Browse by Tags
All Tags
»
Generic List
(
RSS
)
.NET
C#
Nested Generic Lists? Cool!
While answering a question on the Asp.Net forums, I was pleasantly surprised to find nested Generic Lists are possible. They seem much easier than multidimensional arrays. Here is the key line: List < List < int >> MyListOfIntLists; protected...
Posted:
Oct 26 2008, 02:03 PM
by
SGWellens
| with
6 comment(s)
Filed under:
.NET
,
C#
,
Generic List
More Posts