skip to main
|
skip to sidebar
ASP.NET 2.0, 3.5 with C# Cheat Sheet
Saturday, January 3, 2009
Assignment and Initializers
// Declare variables.
int errorCode;
string myName;
// Assign values.
errorCode = 10;
myName = "Eugene";
or
int errorCode = 10;
string myName = "Eugene";
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Followers
Blog Archive
▼
2009
(10)
►
February
(5)
▼
January
(5)
Navigating a Website
Command Name properties in C#
Assignment and Initializers
declare a variable
Commenting in C#
About Me
Eugene Kochkin
MCTS
View my complete profile
No comments:
Post a Comment