Sign in
|
Join
|
Help
in
Current Tags
Mike McIntyre's .NET Journal
Blogs
(Entire Site)
vbCity Blogs
New (temp) place for vbCity Blogs
Home
Blogs
Media
This Blog
Home
Syndication
RSS for Posts
Atom
RSS for Comments
Email Notifications
Go
Recent Posts
Visual Basic 2010 Collection Initializers - Another Example
What coming in Visual Basic 2010? - Collection Initializers
Tags
.net
array literal
collection initializer
development
DLR
dynamic language runtime
edit mode
ErrorProvider
example
expression grid editing
extension method
GetFiles
Getting Started
join
lambda
Linq
Multiline
silverlight
sql
vb.net
visual basic
visual basic 10
visual basic 2008
visual basic 2010
Visual Studio 2010
Archives
November 2009 (6)
October 2009 (9)
September 2009 (10)
August 2009 (8)
July 2009 (3)
June 2009 (1)
May 2009 (2)
April 2009 (3)
March 2009 (10)
February 2009 (11)
January 2009 (5)
December 2008 (5)
November 2008 (9)
September 2008 (1)
Mike McIntyre's .NET Journal
Browse by Tags
All Tags
»
collection initializer
(
RSS
)
2010
visual basic
visual basic 10
Visual Basic 2010 Collection Initializers - Another Example
I blogged about Visual Basic 2010 collection intializers in a previous blog here -> Collection Initializers Here's another example using an alternative syntax: Public Class Form1 Private Sub Form1_Load( ByVal sender As Object , ByVal e As System...
Posted
Aug 30 2009, 11:02 AM
by
Mike McIntyre
with
Filed under:
collection initializer
,
visual basic
,
2010
What coming in Visual Basic 2010? - Collection Initializers
Collection initializers will let you initialize collections with fewer lines of code. In the two examples below notice the use of 'From' to initial collections from lists. Dim colorList As New List(Of String) From {"Red", "Blue"...
Posted
Nov 07 2008, 06:07 AM
by
Mike McIntyre
with | with
no comments
Filed under:
visual basic 10
,
collection initializer
Copyright 1998-2009 vbCity.com LLC